]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
fixed level2 find first for unisys clients
authorAndrew Tridgell <tridge@samba.org>
Fri, 24 Aug 2001 20:11:26 +0000 (20:11 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 24 Aug 2001 20:11:26 +0000 (20:11 +0000)
source/smbd/trans2.c

index f219d250c2456e098450e33ca35d0bb1d8b24529..13db9948adc6256eb3eb78f7153d71b4c756153a 100644 (file)
@@ -496,6 +496,7 @@ static BOOL get_lanman2_dir_entry(connection_struct *conn,
                        STR_NOALIGN);
       SCVAL(p, -1, len);
       p += len;
+      *p++ = 0; /* craig from unisys pointed out we need this */
       break;
 
     case SMB_FIND_FILE_BOTH_DIRECTORY_INFO: