]> granicus.if.org Git - shadow/commitdiff
* libmisc/strtoday.c: Empty dates indicate a disabled date, this is
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 20 Mar 2010 10:19:50 +0000 (10:19 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 20 Mar 2010 10:19:50 +0000 (10:19 +0000)
not an error.

ChangeLog
libmisc/strtoday.c

index 8b2fdb791c3031c6ad9cafe84cc39a980d8cd224..2a19aa4911d9207876926b7f9d5efb2735576215 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-20  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * libmisc/strtoday.c: Empty dates indicate a disabled date, this is
+       not an error.
+
 2010-03-19  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/useradd.c, lib/commonio.c, po/POTFILES.in: Fix typos.
index fe40e00a5ff065e602aac2ec5fa34f24e9812c70..57648984b2e02645559a92daa338d2d906a0b58f 100644 (file)
@@ -75,7 +75,7 @@ long strtoday (const char *str)
         * (useradd sets sp_expire = current date for new lusers)
         */
        if ((NULL == str) || ('\0' == *str)) {
-               return -2;
+               return -1;
        }
 
        /* If a numerical value is provided, this is already a number of