fix 235641: useradd dumps core when build without WITH_SELINUX

This commit is contained in:
Peter Vrabec 2007-04-10 10:14:19 +00:00
parent 0efaa0797a
commit 1db68add04
3 changed files with 6 additions and 3 deletions

View file

@ -213,7 +213,7 @@
+#ifdef WITH_SELINUX
+ getopt_long (argc, argv, "b:c:d:De:f:g:G:k:K:mlMnrop:s:u:Z:",
+#else
+ getopt_long (argc, argv, "b:c:d:De:f:g:G:k:K:mlMnrop:s:u",
+ getopt_long (argc, argv, "b:c:d:De:f:g:G:k:K:mlMnrop:s:u:",
+#endif
long_options, NULL)) != -1) {
switch (c) {