Fix a bunch of compiler warnings about wrong format types.
[ira/wip.git] / source3 / passdb / pdb_interface.c
index 1909bd0da4eb5d8b24411ffd120af9e46c0981bc..340867a5a6f1a974eb8cf8ace013f69229586cb4 100644 (file)
@@ -1210,7 +1210,7 @@ static bool pdb_default_uid_to_sid(struct pdb_methods *methods, uid_t uid,
 
        if (!ret) {
                DEBUG(5, ("pdb_default_uid_to_rid: Did not find user "
-                         "%s (%d)\n", unix_pw->pw_name, uid));
+                         "%s (%u)\n", unix_pw->pw_name, (unsigned int)uid));
                TALLOC_FREE(sampw);
                return False;
        }