summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib')
-rw-r--r--contrib/openpam/lib/openpam_log.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/openpam/lib/openpam_log.c b/contrib/openpam/lib/openpam_log.c
index 1bbe623..f512c62 100644
--- a/contrib/openpam/lib/openpam_log.c
+++ b/contrib/openpam/lib/openpam_log.c
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_log.c#15 $
+ * $P4: //depot/projects/openpam/lib/openpam_log.c#16 $
*/
#include <ctype.h>
@@ -74,6 +74,7 @@ _openpam_log(int level, const char *func, const char *fmt, ...)
priority = LOG_NOTICE;
break;
case PAM_LOG_ERROR:
+ default:
priority = LOG_ERR;
break;
}
@@ -118,6 +119,7 @@ openpam_log(int level, const char *fmt, ...)
priority = LOG_NOTICE;
break;
case PAM_LOG_ERROR:
+ default:
priority = LOG_ERR;
break;
}
OpenPOWER on IntegriCloud