s3-rpcclient: Fix bug #7880: cmd_spoolss_deletedriver() returned without checking...
authorBjörn Baumbach <bb@sernet.de>
Wed, 22 Dec 2010 14:20:29 +0000 (15:20 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sat, 5 Mar 2011 13:34:51 +0000 (14:34 +0100)
commitbdeb19f32523353e4f03ac8e9e5098ccfabeb642
treed5cce295ac330eb65aa09dde1c0166503ffb7b05
parent88bf55f4949d116e8c78583a052aa72870f9b4f1
s3-rpcclient: Fix bug #7880: cmd_spoolss_deletedriver() returned without checking all architectures.

Continues now with next architecture if no driver is available.

Because of the broken behavior of the rpccli_*() functions,
we need special error code handling.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit f5af66e67d7c6d62315671c0cf57f47973316226)
(cherry picked from commit dc63f45b523deb5c3d0c4be4239507e5fc4f6a40)
source3/rpcclient/cmd_spoolss.c