diff options
Diffstat (limited to 'usr/src/cmd/logadm/conf.c')
-rw-r--r-- | usr/src/cmd/logadm/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/logadm/conf.c b/usr/src/cmd/logadm/conf.c index ec4ab05a56..38be82ec64 100644 --- a/usr/src/cmd/logadm/conf.c +++ b/usr/src/cmd/logadm/conf.c @@ -195,7 +195,7 @@ conf_scan(const char *fname, char *buf, int buflen, int timescan) for (line = buf; line < ebuf; line = eline) { char *ap; struct opts *opts = NULL; - struct confinfo *cp = NULL; + struct confinfo *cp; lineno++; err_fileline(fname, lineno); |