add some debug info
authorAndrew Tridgell <tridge@samba.org>
Tue, 21 Oct 1997 09:09:55 +0000 (09:09 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 21 Oct 1997 09:09:55 +0000 (09:09 +0000)
(This used to be commit b22fa0d7e3d1158112e03f93a22232e719fe6003)

source3/smbd/ipc.c

index 466781c58c84007fd3bd2d3bdc97173c06b72822..4f6c85de9f74ff38ad8b57cb82b22069dafb5938 100644 (file)
@@ -2002,6 +2002,8 @@ static BOOL api_RNetUserGetInfo(int cnum,uint16 vuid, char *param,char *data,
 
     *rparam_len = 6;
     *rparam = REALLOC(*rparam,*rparam_len);
+
+    DEBUG(4,("RNetUserGetInfo level=%d\n", uLevel));
   
        /* check it's a supported variant */
        if (strcmp(str1,"zWrLh") != 0) return False;