mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
fix unitiailized timestamp where merging print_jobs and lpq listing
(This used to be commit 8382cd6796
)
This commit is contained in:
parent
1d0329c768
commit
8ce241cb80
@ -2184,6 +2184,7 @@ static BOOL get_stored_queue_info(struct tdb_print_db *pdb, int snum, int *pcoun
|
||||
queue[total_count].page_count = pjob->page_count;
|
||||
queue[total_count].status = pjob->status;
|
||||
queue[total_count].priority = 1;
|
||||
queue[total_count].time = pjob->starttime;
|
||||
fstrcpy(queue[total_count].fs_user, pjob->user);
|
||||
fstrcpy(queue[total_count].fs_file, pjob->jobname);
|
||||
total_count++;
|
||||
|
Loading…
Reference in New Issue
Block a user