1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This looks much

easier to review! Damn close to what I had in my tree, just the fn names were
slightly different.

This removes one unnecessary dupe.

Next thing is to get rid of the parameter "n" of skip_string, there is only
one (!) caller that does not pass in 1....

Volker
This commit is contained in:
Volker Lendecke 2007-04-02 19:46:27 +00:00 committed by Gerald (Jerry) Carter
parent d47af7c926
commit 2878c1e93a

View File

@ -921,9 +921,6 @@ static BOOL api_DosPrintQEnum(connection_struct *conn, uint16 vuid,
return False;
}
uLevel = SVAL(p,0);
output_format2 = p + 4;
memset((char *)&desc,'\0',sizeof(desc));
DEBUG(3,("DosPrintQEnum uLevel=%d\n",uLevel));