Add sufficient permission to the TCP handle to configure the IP address. Modified: trunk/reactos/lib/iphlpapi/ifenum_reactos.c _____
Modified: trunk/reactos/lib/iphlpapi/ifenum_reactos.c --- trunk/reactos/lib/iphlpapi/ifenum_reactos.c 2005-04-17 07:58:24 UTC (rev 14645) +++ trunk/reactos/lib/iphlpapi/ifenum_reactos.c 2005-04-17 08:00:01 UTC (rev 14646) @@ -77,7 +77,8 @@
NULL );
status = ZwCreateFile( tcpFile, - SYNCHRONIZE | GENERIC_EXECUTE, + SYNCHRONIZE | GENERIC_EXECUTE | + GENERIC_READ | GENERIC_WRITE, &objectAttributes, &ioStatusBlock, NULL,