diff -r abbed5a4b42a -r 8d540f55e491 tcpiputils/dhcp/src/DHCPIP6StateMachine.cpp --- a/tcpiputils/dhcp/src/DHCPIP6StateMachine.cpp Tue Aug 31 16:45:15 2010 +0300 +++ b/tcpiputils/dhcp/src/DHCPIP6StateMachine.cpp Wed Sep 01 12:33:58 2010 +0100 @@ -931,7 +931,7 @@ User::Leave( KErrNotFound ); } - TSoInet6InterfaceInfo interfaceInfo; + TSoInetInterfaceInfoExtnDnsSuffix interfaceInfo; //fill interfaceInfo current address is iCurrentAddress interfaceInfo.iHwAddr = iHardwareAddr; interfaceInfo.iAddress = iCurrentAddress;