Fix for "SampleUtil_Initialize was called multiple times!" bug.

Fix for bug introduced in samples code in svn revision 502, commit
git:25c908c558c8e60eb386c155a6b93add447ffec0

Sample device and combo were aborting with the message:
"***** SampleUtil_Initialize was called multiple times!"
(cherry picked from commit ef7edf6cf8)
This commit is contained in:
Marcelo Roberto Jimenez 2010-11-06 00:45:24 -02:00
parent 8e0c92a52a
commit b59ec7d838
2 changed files with 8 additions and 3 deletions

View File

@ -221,6 +221,14 @@ Version 1.8.0
Version 1.6.9
*******************************************************************************
2010-10-20 Marcelo Roberto Jimenez <mroberto(at)users.sourceforge.net>
Fix for bug introduced in samples code in svn revision 502, commit
git:25c908c558c8e60eb386c155a6b93add447ffec0
Sample device and combo were aborting with the message:
"***** SampleUtil_Initialize was called multiple times!"
2010-11-08 Fabrice Fontaine <fabrice.fontaine(at)orange-ftgroup.com>
Make multiple SSDP advertisements faster.

View File

@ -82,9 +82,6 @@ int SampleUtil_Initialize(print_string print_function)
ithread_mutex_unlock(&display_mutex);
initialize_init = 0;
} else {
SampleUtil_Print("***** SampleUtil_Initialize was called multiple times!\n");
abort();
}
return UPNP_E_SUCCESS;