Index: reactos/base/services/dhcp/adapter.c =================================================================== --- reactos/base/services/dhcp/adapter.c (revision 35522) +++ reactos/base/services/dhcp/adapter.c (working copy) @@ -126,7 +126,7 @@ if( DriverDesc && RootDevice && - !strcmp( DriverDesc, Adapter->DhclientInfo.name ) ) { + !strcmp( RootDevice, Adapter->DhclientInfo.name ) ) { TargetKeyName = (CHAR*) malloc( strlen( TargetKeyNameStart ) + strlen( RootDevice ) +