mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
srv_spoolss_nt.c: fix wrong value in debug message
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
ed625d6694
commit
7651c02681
@ -6680,7 +6680,7 @@ static WERROR update_dsspooler(TALLOC_CTX *mem_ctx,
|
|||||||
buffer.data,
|
buffer.data,
|
||||||
buffer.length);
|
buffer.length);
|
||||||
if (!W_ERROR_IS_OK(result)) {
|
if (!W_ERROR_IS_OK(result)) {
|
||||||
DEBUG(0, ("Failed to set %s\n", SPOOL_REG_PRINTSHARENAME));
|
DBG_ERR("Failed to set %s\n", SPOOL_REG_PRINTERNAME);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user