1
0
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:
Jeremy Allison
2001-03-28 18:12:49 +00:00
parent 738a83a14f
commit b7cd417ba6

View File

@ -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));