svn commit: samba r4228 - in branches/SAMBA_4_0/source/libcli/raw: .

tridge at samba.org tridge at samba.org
Thu Dec 16 12:25:26 GMT 2004


Author: tridge
Date: 2004-12-16 12:25:23 +0000 (Thu, 16 Dec 2004)
New Revision: 4228

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

Log:
make sure the caller knows the packet is in error when a signing error occurs


Modified:
   branches/SAMBA_4_0/source/libcli/raw/clitransport.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/raw/clitransport.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/clitransport.c	2004-12-16 12:24:25 UTC (rev 4227)
+++ branches/SAMBA_4_0/source/libcli/raw/clitransport.c	2004-12-16 12:25:23 UTC (rev 4228)
@@ -416,6 +416,7 @@
 		transport->error.etype = ETYPE_SOCKET;
 		transport->error.e.socket_error = SOCKET_READ_BAD_SIG;
 		req->state = SMBCLI_REQUEST_ERROR;
+		req->status = NT_STATUS_ACCESS_DENIED;
 		goto error;
 	};
 



More information about the samba-cvs mailing list