From 654c242045a70b600488a765eb46b6f79e484de9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 29 May 1996 07:49:50 +0000 Subject: [PATCH] fixed a typo --- source/smbd/trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c index f158aae3573..045d4611840 100644 --- a/source/smbd/trans2.c +++ b/source/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); -- 2.34.1