1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-25 14:50:24 +03:00

add some debug info

(This used to be commit b22fa0d7e3d1158112e03f93a22232e719fe6003)
This commit is contained in:
Andrew Tridgell 1997-10-21 09:09:55 +00:00
parent a6929fadf3
commit ea92c8d3f1

View 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;