1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

r2887: fix comment

metze
(This used to be commit 5143a9bd8aa84b80763c304638a27395b53b54cc)
This commit is contained in:
Stefan Metzmacher 2004-10-10 01:28:32 +00:00 committed by Gerald (Jerry) Carter
parent e465b65274
commit 19a242eb3a

View File

@ -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); \