diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index 07aefad..2e7e609 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -1080,7 +1080,7 @@ BOOL idle_startup() | |||
1080 | gAcceptTOS, | 1080 | gAcceptTOS, |
1081 | gAcceptCriticalMessage, | 1081 | gAcceptCriticalMessage, |
1082 | gViewerDigest, | 1082 | gViewerDigest, |
1083 | gLastExecFroze, | 1083 | gLastExecEvent, |
1084 | requested_options, | 1084 | requested_options, |
1085 | hashed_mac_string, | 1085 | hashed_mac_string, |
1086 | LLAppViewer::instance()->getSerialNumber()); | 1086 | LLAppViewer::instance()->getSerialNumber()); |
@@ -2887,8 +2887,8 @@ void update_dialog_callback(S32 option, void *userdata) | |||
2887 | 2887 | ||
2888 | llinfos << "Calling updater: " << update_exe_path << " " << params.str() << llendl; | 2888 | llinfos << "Calling updater: " << update_exe_path << " " << params.str() << llendl; |
2889 | 2889 | ||
2890 | // *REMOVE:Mani The following call is handled through ~LLAppViewer. | 2890 | //Explicitly remove the marker file, otherwise we pass the lock onto the child process and things get weird. |
2891 | // remove_marker_file(); // In case updater fails | 2891 | LLAppViewer::instance()->removeMarkerFile(); // In case updater fails |
2892 | 2892 | ||
2893 | // Use spawn() to run asynchronously | 2893 | // Use spawn() to run asynchronously |
2894 | int retval = _spawnl(_P_NOWAIT, update_exe_path.c_str(), update_exe_path.c_str(), params.str().c_str(), NULL); | 2894 | int retval = _spawnl(_P_NOWAIT, update_exe_path.c_str(), update_exe_path.c_str(), params.str().c_str(), NULL); |