diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-04-02 19:46:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:05 -0500 |
commit | 7371762dae1127117470c436ad0e3521f4bd4a35 (patch) | |
tree | ad212fbfd6418827163fa0ef16fbf8711c981620 | |
parent | e5358d6c55cc0aae64447d32611bea4c249f0788 (diff) | |
download | samba-7371762dae1127117470c436ad0e3521f4bd4a35.tar.gz samba-7371762dae1127117470c436ad0e3521f4bd4a35.tar.xz samba-7371762dae1127117470c436ad0e3521f4bd4a35.zip |
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 used to be commit 2878c1e93a8d71288fa3144cff57bce66c592e22)
-rw-r--r-- | source3/smbd/lanman.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index 03411b8dd9f..f7fe9654300 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -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)); |