=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsadduser.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tcfs/Attic/tcfsadduser.c 2000/06/20 06:45:16 1.6 --- src/usr.bin/tcfs/Attic/tcfsadduser.c 2000/06/20 08:59:53 1.7 *************** *** 1,4 **** ! /* $OpenBSD: tcfsadduser.c,v 1.6 2000/06/20 06:45:16 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD --- 1,4 ---- ! /* $OpenBSD: tcfsadduser.c,v 1.7 2000/06/20 08:59:53 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD *************** *** 95,98 **** --- 95,100 ---- printf("User entry created with success.\n"); tcfs_error(OK, NULL); + + exit(0); }