mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r12106: Fix return value
Guenther
This commit is contained in:
parent
8a86d7bddc
commit
1fa8039397
@ -517,7 +517,7 @@ WERROR rpccli_spoolss_enum_printers(struct rpc_pipe_client *cli, TALLOC_CTX *mem
|
|||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
if (!decode_printer_info_3(mem_ctx, out.buffer, out.returned, &ctr->printers_3)) {
|
if (!decode_printer_info_3(mem_ctx, out.buffer, out.returned, &ctr->printers_3)) {
|
||||||
WERR_GENERAL_FAILURE;
|
return WERR_GENERAL_FAILURE;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user