newsyslog(8): Remove a NULL-check-after-use and instead assert != NULL.
commit76b9c2bc27d242381595c80d38ef620f427f99f3
authorSascha Wildner <saw@online.de>
Thu, 26 Jun 2014 20:21:56 +0000 (26 22:21 +0200)
committerSascha Wildner <saw@online.de>
Thu, 26 Jun 2014 20:21:56 +0000 (26 22:21 +0200)
treeac6a16dbb13bf19e0848c5cd96d0462e76da9fa7
parentb37f66f8767acc008b6671473382ca3de4f4ef7b
newsyslog(8): Remove a NULL-check-after-use and instead assert != NULL.

Taken-from: FreeBSD
usr.sbin/newsyslog/newsyslog.c