diff options
author | Anthony Foster <anthony@lindenlab.com> | 2007-06-05 22:41:07 +0000 |
---|---|---|
committer | Anthony Foster <anthony@lindenlab.com> | 2007-06-05 22:41:07 +0000 |
commit | 61324a18b98d1fe0ca50d52f6b6019299a64794d (patch) | |
tree | 3adc2185e73ba7b8d6ca9f35f5fe253941a74bfa /indra/win_updater/updater.cpp | |
parent | e61a10ec5b6b84fcb5c27e8e308022d0094f8736 (diff) |
Removing a bug that addressed a coverity defect. This change is done in maintenance, r-c, and release. Maintenance r63092 Reviewed by Richard.
Diffstat (limited to 'indra/win_updater/updater.cpp')
-rw-r--r-- | indra/win_updater/updater.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/indra/win_updater/updater.cpp b/indra/win_updater/updater.cpp index 92e2cb066a..c5207f0082 100644 --- a/indra/win_updater/updater.cpp +++ b/indra/win_updater/updater.cpp @@ -147,16 +147,6 @@ int WINAPI get_url_into_file(WCHAR *uri, char *path, int *cancelled) fflush(logfile); } #endif - - if (!data[0]) - { -#if _DEBUG - fprintf(logfile,"InternetReadFile Returned NULL data, bytes_read = %d.\n",bytes_read); - fflush(logfile); -#endif - // ...an error occurred - return FALSE; - } #if _DEBUG fprintf(logfile,"Reading Data, bytes_read = %d\n",bytes_read); |