* src/vipw.c: Harmonize messages.

This commit is contained in:
nekral-guest
2009-04-28 19:26:27 +00:00
parent bb00d1630a
commit 90cc7f0f1d
2 changed files with 5 additions and 1 deletions

View File

@@ -284,7 +284,7 @@ vipwedit (const char *file, int (*file_lock) (void), int (*file_unlock) (void))
/* unset the fscreatecon */
if (is_selinux_enabled ()) {
if (setfscreatecon (NULL)) {
vipwexit (_("setfscreatecon() failed"), errno, 1);
vipwexit (_("setfscreatecon () failed"), errno, 1);
}
}
#endif