Got very strict about the differences and uses of
[samba.git] / source3 / smbd / service.c
index b0c74aa53e778552ab4c9d807235efdf6d14f7b2..ee195e12ec0cdd1c67ad37cf6339ced43c430635 100644 (file)
@@ -485,7 +485,7 @@ connection_struct *make_connection(char *service,char *user,char *password, int
                dbgtext( "%s (%s) ", remote_machine, client_addr(Client) );
                dbgtext( "connect to service %s ", lp_servicename(SNUM(conn)) );
                dbgtext( "as user %s ", user );
-               dbgtext( "(uid=%d, gid=%d) ", conn->uid, conn->gid );
+               dbgtext( "(uid=%d, gid=%d) ", (int)conn->uid, (int)conn->gid );
                dbgtext( "(pid %d)\n", (int)getpid() );
        }