fix 235641: useradd dumps core when build without WITH_SELINUX
This commit is contained in:
parent
0efaa0797a
commit
1db68add04
3 changed files with 6 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue