context and use the compiled in default log facility in this case.
/*
- * Copyright (c) 1999-2005, 2007-2016
+ * Copyright (c) 1999-2005, 2007-2017
* Todd C. Miller <Todd.Miller@courtesan.com>
*
* Permission to use, copy, modify, and distribute this software for any
if (ISSET(def->type, T_BOOL))
break;
/* FALLTHROUGH */
+ case T_LOGFAC:
+ if (op == true) {
+ /* Use default syslog facility if none specified. */
+ val = LOGFAC;
+ }
+ break;
default:
if (!ISSET(def->type, T_BOOL) || op != false) {
if (!quiet) {