diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-10-10 01:28:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:42 -0500 |
commit | 19a242eb3a32961fcc9119e8a4e31829359fb1bd (patch) | |
tree | 15b18a4ff5e07b6e002f7e776ec84f7be2b4ba70 /source4/rpc_server | |
parent | e465b65274723cbb6cf1f49035fef9970d40be10 (diff) | |
download | samba-19a242eb3a32961fcc9119e8a4e31829359fb1bd.tar.gz samba-19a242eb3a32961fcc9119e8a4e31829359fb1bd.tar.bz2 samba-19a242eb3a32961fcc9119e8a4e31829359fb1bd.zip |
r2887: fix comment
metze
(This used to be commit 5143a9bd8aa84b80763c304638a27395b53b54cc)
Diffstat (limited to 'source4/rpc_server')
-rw-r--r-- | source4/rpc_server/common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); \ |