Changeset 124 for server/common/oursrc
- Timestamp:
- Jan 26, 2007, 10:26:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/accountadm/admof.in
r123 r124 88 88 89 89 sub error { 90 print STDERR"\nERROR:\n$_[0]\n\n";90 print "\nERROR:\n$_[0]\n\n"; 91 91 exit(1); 92 92 } 93 93 94 94 sub success { 95 print STDERR"yes";95 print "yes"; 96 96 exit(33); 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.