diff options
author | jacobs <none@none> | 2006-11-15 21:19:01 -0800 |
---|---|---|
committer | jacobs <none@none> | 2006-11-15 21:19:01 -0800 |
commit | d978af5cd9e717f0cb0742b6e940c8fdd836504d (patch) | |
tree | b12e13b5c03feaeee486ea8a47e97f58c7bdd502 /usr/src/cmd/print/bsd-sysv-commands/lpstat.c | |
parent | f3861e1a2ceec23a5b699c24d814b7775a9e0b52 (diff) | |
download | illumos-gate-d978af5cd9e717f0cb0742b6e940c8fdd836504d.tar.gz |
4634017 Lpadmin's new printer limit needs to be increased. (fix cstyle)
6486772 in.lpd should use libpapi (fix cstyle)
6491971 in.lpd and the ipp listener should detect cycles (fix cstyle)
6492414 lpstat -o -l should report on requested form when available (fix cstyle)
Diffstat (limited to 'usr/src/cmd/print/bsd-sysv-commands/lpstat.c')
-rw-r--r-- | usr/src/cmd/print/bsd-sysv-commands/lpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c index a9ce4dc054..4d0b350fd4 100644 --- a/usr/src/cmd/print/bsd-sysv-commands/lpstat.c +++ b/usr/src/cmd/print/bsd-sysv-commands/lpstat.c @@ -669,7 +669,7 @@ report_job(papi_job_t job, int show_rank, int verbose) (void) papiAttributeListGetString(attrs, NULL, "output-device-assigned", &destination); printf("\n\t assigned %s", destination); - + (void) papiAttributeListGetString(attrs, NULL, "form", &form); if (form != NULL) printf(", form %s", form); |