]> andersk Git - moira.git/commitdiff
Fixed comment about usernames being allowed to contain periods so that
authorqjb <qjb>
Mon, 3 Oct 1988 00:18:28 +0000 (00:18 +0000)
committerqjb <qjb>
Mon, 3 Oct 1988 00:18:28 +0000 (00:18 +0000)
it is consistent with the code (!!!) .

reg_svr/reg_svr.c

index 137f9c179af7d749afb0b43dab8b7eec50c94d43..910c5d36cb790c90881f81c4a692e4880fc5bc2a 100644 (file)
@@ -511,8 +511,8 @@ int reserve_user(message,retval)
 
        /* Check the login name for validity.  The login name is currently
           is allowed to contain lowercase letters and numbers in any
-          position and underscore characters and periods in any position
-          but the first. */
+          position and underscore characters in any position but the 
+          first. */
        if ((strlen(login) < MIN_UNAME) || (strlen(login) > MAX_UNAME))
            status = UREG_INVALID_UNAME;
     }
This page took 0.075983 seconds and 5 git commands to generate.