diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-05-29 07:49:50 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-05-29 07:49:50 +0000 |
commit | debd5b6ae9e4b308398d1d0a305ed4357ff6e1a5 (patch) | |
tree | e5f43319d98dc43f2da91a86f5a3deabec2fdc61 /source3 | |
parent | 1956d1349441d8d5694df6dda67528bec4b1c10e (diff) | |
download | samba-debd5b6ae9e4b308398d1d0a305ed4357ff6e1a5.tar.gz samba-debd5b6ae9e4b308398d1d0a305ed4357ff6e1a5.tar.bz2 samba-debd5b6ae9e4b308398d1d0a305ed4357ff6e1a5.zip |
fixed a typo
(This used to be commit 654c242045a70b600488a765eb46b6f79e484de9)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index f158aae357..045d461184 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -1444,7 +1444,7 @@ int reply_findclose(char *inbuf,char *outbuf,int length,int bufsize) { int cnum; int outsize = 0; - int16 dptr_num=SSVAL(inbuf,smb_vwv0); + int16 dptr_num=SVALS(inbuf,smb_vwv0); cnum = SVAL(inbuf,smb_tid); |