svn commit: samba r2887 - in branches/SAMBA_4_0/source/rpc_server/common: .

metze at samba.org metze at samba.org
Sun Oct 10 01:28:32 GMT 2004


Author: metze
Date: 2004-10-10 01:28:32 +0000 (Sun, 10 Oct 2004)
New Revision: 2887

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/rpc_server/common&rev=2887&nolog=1

Log:
fix comment

metze

Modified:
   branches/SAMBA_4_0/source/rpc_server/common/common.h


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/common/common.h
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/common/common.h	2004-10-10 00:35:38 UTC (rev 2886)
+++ branches/SAMBA_4_0/source/rpc_server/common/common.h	2004-10-10 01:28:32 UTC (rev 2887)
@@ -36,7 +36,7 @@
 #define DCESRV_CHECK_HANDLE(h) do {if (!(h)) DCESRV_FAULT(DCERPC_FAULT_CONTEXT_MISMATCH); } while (0)
 
 /* this checks for a valid policy handle, and gives a fault if an
-   invalid handle or NT_STATUS_INVALID_HANDLE if the handle is of the
+   invalid handle or retval if the handle is of the
    wrong type */
 #define DCESRV_PULL_HANDLE_RETVAL(h, inhandle, t, retval) do { \
 	(h) = dcesrv_handle_fetch(dce_call->conn, (inhandle), DCESRV_HANDLE_ANY); \



More information about the samba-cvs mailing list