mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
r2887: fix comment
metze (This used to be commit 5143a9bd8aa84b80763c304638a27395b53b54cc)
This commit is contained in:
parent
e465b65274
commit
19a242eb3a
@ -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); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user