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:
parent
d47af7c926
commit
2878c1e93a
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user