diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llnamevalue.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llnamevalue.cpp b/linden/indra/llmessage/llnamevalue.cpp index 6e449ed..a11bf97 100644 --- a/linden/indra/llmessage/llnamevalue.cpp +++ b/linden/indra/llmessage/llnamevalue.cpp | |||
@@ -122,6 +122,9 @@ void LLNameValue::baseInit() | |||
122 | 122 | ||
123 | mSendto = NVS_NULL; | 123 | mSendto = NVS_NULL; |
124 | mStringSendto = NameValueSendtoStrings[NVS_NULL]; | 124 | mStringSendto = NameValueSendtoStrings[NVS_NULL]; |
125 | |||
126 | mNameValueCB = NULL; | ||
127 | mUserData = NULL; | ||
125 | } | 128 | } |
126 | 129 | ||
127 | void LLNameValue::init(const char *name, const char *data, const char *type, const char *nvclass, const char *nvsendto, TNameValueCallback nvcb, void **user_data) | 130 | void LLNameValue::init(const char *name, const char *data, const char *type, const char *nvclass, const char *nvsendto, TNameValueCallback nvcb, void **user_data) |