svn commit: samba r1821 - branches/SAMBA_4_0/source/librpc/rpc

tridge at samba.org tridge at samba.org
Sat Aug 14 16:08:33 GMT 2004


Author: tridge
Date: 2004-08-14 16:08:32 +0000 (Sat, 14 Aug 2004)
New Revision: 1821
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1821&nolog=1
Log:
fixed reference to "status" that should be "result"

Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c

Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2004-08-14 05:57:43 UTC (rev 1820)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2004-08-14 16:08:32 UTC (rev 1821)
@@ -131,7 +131,7 @@
 		dcerpc_pipe_close(p);
 		return status;
 	}
-	if (r.out.status != 0 || r.out.num_towers != 1) {
+	if (r.out.result != 0 || r.out.num_towers != 1) {
 		dcerpc_pipe_close(p);
 		return NT_STATUS_PORT_UNREACHABLE;
 	}



More information about the samba-cvs mailing list