aboutsummaryrefslogtreecommitdiff
path: root/security/audit/files/patch-src::auditd::audconf.c
blob: 150a58c570975b5363ce66e60c46c914282ab7db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/auditd/audconf.c.orig	Thu Nov  4 07:25:36 2004
+++ src/auditd/audconf.c	Thu Nov  4 07:25:45 2004
@@ -295,6 +295,7 @@
 		strlcpy(options->resmodule, value, sizeof(options->resmodule));
 		return (0);
 	default:
+		break;
 	}
 
 	errno = EINVAL;