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:
@@ -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++;
|
||||
|
Reference in New Issue
Block a user