aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/connections.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-11-21 23:42:27 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-11-21 23:42:27 +0000
commitf210387a6b7ebdb8e9f8cca61c2c97a8dc5e7a7a (patch)
tree4eda173738de34d5375326435ed52782bda05e9a /src/pluto/connections.c
parent8b531fb5d1c89183ee7fc0c4890a03c9df79266d (diff)
downloadstrongswan-f210387a6b7ebdb8e9f8cca61c2c97a8dc5e7a7a.tar.bz2
strongswan-f210387a6b7ebdb8e9f8cca61c2c97a8dc5e7a7a.tar.xz
added two return statements comitted by Marius Tomaschewski
Diffstat (limited to 'src/pluto/connections.c')
-rw-r--r--src/pluto/connections.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluto/connections.c b/src/pluto/connections.c
index 8350c682b..2f0778ffe 100644
--- a/src/pluto/connections.c
+++ b/src/pluto/connections.c
@@ -955,6 +955,7 @@ gen_reqid(void)
} while (reqid != start);
exit_log("unable to allocate reqid");
+ return 0; /* never reached ... */
}
void