summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-12-04 14:37:35 +0000
committerdes <des@FreeBSD.org>2002-12-04 14:37:35 +0000
commit66688aa9e5357884302cabc221857645c2d6f289 (patch)
tree96b5293d6733d0430a99a8bcb73dbe3a2a3111c7 /contrib
parent7beb8a484e9e81dd0521f9480bd23f0cc33386f4 (diff)
parentd4a7314383c221c0185234e6671f90d69ec22da9 (diff)
downloadFreeBSD-src-66688aa9e5357884302cabc221857645c2d6f289.zip
FreeBSD-src-66688aa9e5357884302cabc221857645c2d6f289.tar.gz
This commit was generated by cvs2svn to compensate for changes in r107579,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-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