mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
Pass the vuid from the connection_struct to the printing back end functions.
This commit is contained in:
parent
73e4466fc3
commit
a8975d6e22
@ -41,7 +41,7 @@ files_struct *print_fsp_open(connection_struct *conn,char *jobname)
|
|||||||
if(!fsp)
|
if(!fsp)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
jobid = print_job_start(SNUM(conn), jobname);
|
jobid = print_job_start(SNUM(conn), conn->vuid, jobname);
|
||||||
if (jobid == -1) {
|
if (jobid == -1) {
|
||||||
file_free(fsp);
|
file_free(fsp);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user