aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/demux.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-03-28 11:48:14 +0000
committerMartin Willi <martin@strongswan.org>2008-03-28 11:48:14 +0000
commitdca40a94830f44e212f8a40a20f30a158610805e (patch)
tree7de4a5ad3939c69078cba6a3cc51b2c7bdcbc452 /src/pluto/demux.c
parent7539b1d1aa7b04d595ce83af96b46ac11132a690 (diff)
downloadstrongswan-dca40a94830f44e212f8a40a20f30a158610805e.tar.bz2
strongswan-dca40a94830f44e212f8a40a20f30a158610805e.tar.xz
fixed all pluto compiler warnings
Diffstat (limited to 'src/pluto/demux.c')
-rw-r--r--src/pluto/demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/demux.c b/src/pluto/demux.c
index 912ab3a73..4a28367e1 100644
--- a/src/pluto/demux.c
+++ b/src/pluto/demux.c
@@ -2167,7 +2167,7 @@ complete_state_transition(struct msg_digest **mdp, stf_status result)
/* Schedule for whatever timeout is specified */
{
- time_t delay;
+ time_t delay = UNDEFINED_TIME;
enum event_type kind = smc->timeout_event;
bool agreed_time = FALSE;
struct connection *c = st->st_connection;