mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893.
This commit is contained in:
parent
ae6b4df7fe
commit
26539ddd72
@ -1353,7 +1353,7 @@ static NTSTATUS rpc_printer_publish_internals_args(struct cli_state *cli, TALLOC
|
||||
ctr_pub.printers_7->action = action;
|
||||
|
||||
result = cli_spoolss_setprinter(cli, mem_ctx, &hnd, level, &ctr_pub, 0);
|
||||
if (!W_ERROR_IS_OK(result) && (W_ERROR_V(result) =! W_ERROR_V(WERR_IO_PENDING))) {
|
||||
if (!W_ERROR_IS_OK(result) && (W_ERROR_V(result) != W_ERROR_V(WERR_IO_PENDING))) {
|
||||
printf("cannot set printer-info: %s\n", dos_errstr(result));
|
||||
goto done;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user