1
0
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:
Günther Deschner 2005-12-06 20:22:51 +00:00 committed by Gerald (Jerry) Carter
parent 8a86d7bddc
commit 1fa8039397

View File

@ -517,7 +517,7 @@ WERROR rpccli_spoolss_enum_printers(struct rpc_pipe_client *cli, TALLOC_CTX *mem
break;
case 3:
if (!decode_printer_info_3(mem_ctx, out.buffer, out.returned, &ctr->printers_3)) {
WERR_GENERAL_FAILURE;
return WERR_GENERAL_FAILURE;
}
break;
default: