diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-18 10:21:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-18 10:21:05 +0000 |
commit | bdf0578621520ca52c7f6834fb337a761ada1dad (patch) | |
tree | 6057204bfa742e631887576e3c887901a0d623e9 /source4/librpc/rpc | |
parent | d1667d5799a873d2fe55d9ba58dc776ddd0b90f5 (diff) | |
download | samba-bdf0578621520ca52c7f6834fb337a761ada1dad.tar.gz samba-bdf0578621520ca52c7f6834fb337a761ada1dad.tar.bz2 samba-bdf0578621520ca52c7f6834fb337a761ada1dad.zip |
added samr_CreateUser() samr_DeleteUser(). The test suite creates a
test user called "samrtorturetest" and then deletes it. The next step
is to do all possible user operations on that temporary user.
(This used to be commit 41fc922954bd8ec461a79a22cc903e63902c7401)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/rpc_spoolss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/rpc/rpc_spoolss.c b/source4/librpc/rpc/rpc_spoolss.c index 19dd3be336..60645498ee 100644 --- a/source4/librpc/rpc/rpc_spoolss.c +++ b/source4/librpc/rpc/rpc_spoolss.c @@ -1526,7 +1526,6 @@ NTSTATUS dcerpc_spoolss_EnumPrinterData(struct dcerpc_pipe *p, TALLOC_CTX *mem_c if (NT_STATUS_IS_OK(status) && (p->flags & DCERPC_DEBUG_PRINT_OUT)) { NDR_PRINT_OUT_DEBUG(spoolss_EnumPrinterData, r); } - if (NT_STATUS_IS_OK(status)) status = r->out.result; return status; } |