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 16:25:53 +0000 (17:25 +0100)
commitf5af66e67d7c6d62315671c0cf57f47973316226
tree07de8eb4ae633fb69ca7c74fa2a878949fcc0d8c
parentdac7ccee9ff01407bfadbfe466425f0266eafd52
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>
source3/rpcclient/cmd_spoolss.c