1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

adding some enumerate services code, client and server.

This commit is contained in:
Luke Leighton
-
parent 501617307f
commit dacf5b152b
9 changed files with 397 additions and 98 deletions

View File

@ -343,7 +343,6 @@ void smb_io_unistr(char *desc, UNISTR *uni, prs_struct *ps, int depth)
prs_debug(ps, depth, desc, "smb_io_unistr");
depth++;
prs_align(ps);
prs_unistr("unistr", ps, depth, uni);
}