Move the callers that need to use the new cli_open() back to calling
[mat/samba.git] / source3 / client / smbspool.c
index 71bdab171954e41512be9a42cc7642b681f695a9..ddae1a678521885846c1b90c243dde3e5b933cae 100644 (file)
@@ -576,7 +576,7 @@ smb_print(struct cli_state * cli,   /* I - SMB connection */
          * Open the printer device...
          */
 
-       nt_status = cli_openx(cli, title, O_RDWR | O_CREAT | O_TRUNC, DENY_NONE,
+       nt_status = cli_open(cli, title, O_RDWR | O_CREAT | O_TRUNC, DENY_NONE,
                          &fnum);
        if (!NT_STATUS_IS_OK(nt_status)) {
                fprintf(stderr, "ERROR: %s opening remote spool %s\n",