From debd5b6ae9e4b308398d1d0a305ed4357ff6e1a5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 29 May 1996 07:49:50 +0000 Subject: fixed a typo (This used to be commit 654c242045a70b600488a765eb46b6f79e484de9) --- source3/smbd/trans2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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); -- cgit