lib/util: Remove dummy wrapper for getpwuid().
[metze/samba/wip.git] / source3 / passdb / pdb_interface.c
index 410ea77037c03a9aac177f4fa5797b625ed6ab44..c5fe56c87d5ab47494c40b3c8ab5faaba73539ab 100644 (file)
@@ -1387,7 +1387,7 @@ static bool pdb_default_uid_to_sid(struct pdb_methods *methods, uid_t uid,
        struct passwd *unix_pw;
        bool ret;
 
-       unix_pw = sys_getpwuid( uid );
+       unix_pw = getpwuid( uid );
 
        if ( !unix_pw ) {
                DEBUG(4,("pdb_default_uid_to_sid: host has no idea of uid "