- Revert r41761

svn path=/trunk/; revision=41775
This commit is contained in:
Cameron Gutman 2009-07-04 21:28:39 +00:00
parent 77c9c52324
commit 3c12bab49c

View file

@ -159,7 +159,7 @@ BOOL PrepareAdapterForService( PDHCP_ADAPTER Adapter ) {
if( AdapterKey )
IPAddress = RegReadString( AdapterKey, NULL, "IPAddress" );
if( IPAddress && !strcmp( IPAddress, "0.0.0.0" ) ) {
if( IPAddress && strcmp( IPAddress, "0.0.0.0" ) ) {
/* Non-automatic case */
DH_DbgPrint
(MID_TRACE,("Adapter Name: [%s] (Bind Status %x) (static %s)\n",