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)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Jan 2011 17:18:54 +0000 (18:18 +0100)
commit25ada2407c5695d958fe04a5c053e1d60997c16d
treea79aecd2558c084b38aa8ba60ebe5e09baf72aea
parentb7a6ad5f609ea65331ffea6294e629646e9ac60c
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)
source3/rpcclient/cmd_spoolss.c