]> andersk Git - moira.git/blobdiff - clients/userreg/userreg.c
have program exit after timeout at first name prompt
[moira.git] / clients / userreg / userreg.c
index 2a62df86962514ce020498e9b9c26a2ca20e47b8..ccb45d43fb05b058ed6d5e4c354973e62fbc8b62 100644 (file)
@@ -404,7 +404,7 @@ gfirst()
        /* input the first name */
        char            buf[FIRST_NAME_SIZE+2];
 
-       signal(SIGALRM, restart);
+       signal(SIGALRM, fix_display);
        input("Enter first Name:", buf, FIRST_NAME_SIZE+1,
              FIRSTNAME_TIMEOUT, TRUE);
        strncpy(user.u_first, buf, FIRST_NAME_SIZE);
This page took 0.030859 seconds and 4 git commands to generate.