]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-smb-20041206
authorJeffrey Altman <jaltman@mit.edu>
Mon, 6 Dec 2004 12:00:24 +0000 (12:00 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 6 Dec 2004 12:00:24 +0000 (12:00 +0000)
Fixup references to SMB Dfs functions.  Now need to fill in the details

src/WINNT/afsd/smb.c

index 6ace391c0d5934f4f9bce10a97bdb35f879ae6bd..60a45ad88e73c256aacb051a4a3729b38f5e0114 100644 (file)
@@ -363,6 +363,10 @@ char * myCrt_2Dispatch(int i)
         return "S(0d)_ReceiveTran2CreateDirectory";
     case 14:
         return "S(0e)_ReceiveTran2SessionSetup";
+    case 16:
+        return "S(10)_ReceiveTran2GetDfsReferral";
+    case 17:
+        return "S(11)_ReceiveTran2ReportDfsInconsistency";
     }
 }       
 
@@ -7650,8 +7654,8 @@ void smb_Init(osi_log_t *logp, char *snamep, int useV3, int LANadapt,
     smb_tran2DispatchTable[12].procp = smb_ReceiveTran2FindNotifyNext;
     smb_tran2DispatchTable[13].procp = smb_ReceiveTran2CreateDirectory;
     smb_tran2DispatchTable[14].procp = smb_ReceiveTran2SessionSetup;
-    smb_tran2DispatchTable[14].procp = smb_ReceiveTran2GetDFSReferral;
-    smb_tran2DispatchTable[14].procp = smb_ReceiveTran2ReportDFSInconsistency;
+    smb_tran2DispatchTable[16].procp = smb_ReceiveTran2GetDFSReferral;
+    smb_tran2DispatchTable[17].procp = smb_ReceiveTran2ReportDFSInconsistency;
 
     /* setup the rap dispatch table */
     memset(smb_rapDispatchTable, 0, sizeof(smb_rapDispatchTable));