diff options
-rw-r--r-- | source3/libmsrpc/cac_lsarpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libmsrpc/cac_lsarpc.c b/source3/libmsrpc/cac_lsarpc.c index bfd58ed1ec..b53fc697c4 100644 --- a/source3/libmsrpc/cac_lsarpc.c +++ b/source3/libmsrpc/cac_lsarpc.c @@ -521,6 +521,7 @@ int cac_LsaEnumSids(CacServerHandle *hnd, TALLOC_CTX *mem_ctx, struct LsaEnumSid if(!op || !op->in.pol) { hnd->status = NT_STATUS_INVALID_PARAMETER; + return CAC_FAILURE; } pipe_hnd = cac_GetPipe(hnd, PI_LSARPC); |