Make popper timeout after 120 seconds.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@204 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1995-12-19 09:31:22 +00:00
parent 29e3943513
commit f9e9546ae5
4 changed files with 70 additions and 4 deletions

View File

@@ -84,6 +84,11 @@ char ** argmessage;
trace_file_name = optarg;
break;
/* Timeout value passed. Default changed */
case 'T':
pop_timeout = atoi(optarg);
break;
/* Unknown option received */
default:
errflag++;