From 19a242eb3a32961fcc9119e8a4e31829359fb1bd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 10 Oct 2004 01:28:32 +0000 Subject: r2887: fix comment metze (This used to be commit 5143a9bd8aa84b80763c304638a27395b53b54cc) --- source4/rpc_server/common/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/rpc_server/common/common.h b/source4/rpc_server/common/common.h index d3ae0db014..a1d3836ed0 100644 --- a/source4/rpc_server/common/common.h +++ b/source4/rpc_server/common/common.h @@ -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); \ -- cgit