svn commit: samba r14434 - in branches/SAMBA_4_0/source/libcli/smb2: .

tridge at samba.org tridge at samba.org
Wed Mar 15 05:52:56 GMT 2006


Author: tridge
Date: 2006-03-15 05:52:45 +0000 (Wed, 15 Mar 2006)
New Revision: 14434

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14434

Log:

use the right enum type





Modified:
   branches/SAMBA_4_0/source/libcli/smb2/request.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/smb2/request.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/smb2/request.c	2006-03-15 05:52:12 UTC (rev 14433)
+++ branches/SAMBA_4_0/source/libcli/smb2/request.c	2006-03-15 05:52:45 UTC (rev 14434)
@@ -124,7 +124,7 @@
 		DLIST_REMOVE(req->transport->pending_recv, req);
 	}
 
-	if (req->state == SMBCLI_REQUEST_ERROR &&
+	if (req->state == SMB2_REQUEST_ERROR &&
 	    NT_STATUS_IS_OK(req->status)) {
 		req->status = NT_STATUS_INTERNAL_ERROR;
 	}



More information about the samba-cvs mailing list