[KERNEL32]
[reactos.git] / reactos / dll / win32 / netapi32 / access.c
index 1f8262b..7b70e2f 100644 (file)
@@ -246,17 +246,3 @@ NetQueryDisplayInformation(
     }
     return NERR_Success;
 }
-
-/************************************************************
- *                NetGetDCName  (NETAPI32.@)
- *
- *  Return the name of the primary domain controller (PDC)
- */
-
-NET_API_STATUS WINAPI
-NetGetDCName(LPCWSTR servername, LPCWSTR domainname, LPBYTE *bufptr)
-{
-  FIXME("(%s, %s, %p) stub!\n", debugstr_w(servername),
-                 debugstr_w(domainname), bufptr);
-  return NERR_DCNotFound; /* say we can't find a domain controller */  
-}