880dabc750
another patch.
18 lines
381 B
Text
18 lines
381 B
Text
$NetBSD: patch-aa,v 1.7 2004/02/02 07:05:33 tron Exp $
|
|
|
|
--- send.c.orig Wed Jan 30 23:50:59 2002
|
|
+++ send.c Mon Feb 2 08:00:16 2004
|
|
@@ -1611,6 +1611,13 @@
|
|
}
|
|
}
|
|
|
|
+#ifdef HAVE_PGP
|
|
+ {
|
|
+ /* Extend the expiry time while messages keep getting sent. */
|
|
+ extern time_t PgpExptime;
|
|
+ PgpExptime = time (NULL) + PgpTimeout;
|
|
+ }
|
|
+#endif /* HAVE_PGP */
|
|
|
|
rv = 0;
|
|
|