mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
Fixed typo bug spotted by Jim Vopni jimv@metrics.com. Caused no status to
be returned.
Jeremy.
CVS ----------------------------------------------------------------------
(This used to be commit 5b7f4cf271
)
This commit is contained in:
@ -213,7 +213,7 @@ static int generic_queue_get(int snum, print_queue_struct **q, print_status_stru
|
||||
|
||||
/* turn the lpq output into a series of job structures */
|
||||
qcount = 0;
|
||||
ZERO_STRUCT(status);
|
||||
ZERO_STRUCTP(status);
|
||||
if (numlines)
|
||||
queue = (print_queue_struct *)malloc(sizeof(print_queue_struct)*(numlines+1));
|
||||
|
||||
|
Reference in New Issue
Block a user