diff options
Diffstat (limited to 'linden/indra/llmessage/llxfer_file.cpp')
-rw-r--r-- | linden/indra/llmessage/llxfer_file.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer_file.cpp b/linden/indra/llmessage/llxfer_file.cpp index 2fec06b..297d163 100644 --- a/linden/indra/llmessage/llxfer_file.cpp +++ b/linden/indra/llmessage/llxfer_file.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2001-2007, Linden Research, Inc. | 5 | * Copyright (c) 2001-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -133,7 +134,7 @@ S32 LLXfer_File::initializeRequest(U64 xfer_id, | |||
133 | mRemoteHost = remote_host; | 134 | mRemoteHost = remote_host; |
134 | mDeleteRemoteOnCompletion = delete_remote_on_completion; | 135 | mDeleteRemoteOnCompletion = delete_remote_on_completion; |
135 | 136 | ||
136 | snprintf(mTempFilename, sizeof(mTempFilename), "%s",gDirUtilp->getTempFilename().c_str()); /* Flawfinder : ignore */ | 137 | snprintf(mTempFilename, sizeof(mTempFilename), "%s",gDirUtilp->getTempFilename().c_str()); /* Flawfinder: ignore */ |
137 | 138 | ||
138 | mCallback = callback; | 139 | mCallback = callback; |
139 | mCallbackDataHandle = user_data; | 140 | mCallbackDataHandle = user_data; |