1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-21 12:23:50 +03:00

r2887: fix comment

metze
This commit is contained in:
Stefan Metzmacher
2004-10-10 01:28:32 +00:00
committed by Gerald (Jerry) Carter
parent f3f2d1c676
commit 5143a9bd8a

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