diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-10-21 14:05:18 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-10-21 14:24:34 +0200 |
commit | d19eaf745720045a0a282cdd7f92eef911d2f72b (patch) | |
tree | 524ed36cfe3abe6c1fa35aff4e635dcabad877dc /src | |
parent | 677955e9d426b84ff479a9069ddf6b9afe198db1 (diff) | |
download | strongswan-d19eaf745720045a0a282cdd7f92eef911d2f72b.tar.bz2 strongswan-d19eaf745720045a0a282cdd7f92eef911d2f72b.tar.xz |
starter: INFO_FILE is not used anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/files.h | 1 | ||||
-rw-r--r-- | src/starter/starter.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/starter/files.h b/src/starter/files.h index ec41c9f2e..88857c0b2 100644 --- a/src/starter/files.h +++ b/src/starter/files.h @@ -33,7 +33,6 @@ #define CHARON_PID_FILE IPSEC_PIDDIR "/charon.pid" #define DYNIP_DIR IPSEC_PIDDIR "/dynip" -#define INFO_FILE IPSEC_PIDDIR "/ipsec.info" #endif /* _STARTER_FILES_H_ */ diff --git a/src/starter/starter.c b/src/starter/starter.c index b1a9a159a..5cf842fe3 100644 --- a/src/starter/starter.c +++ b/src/starter/starter.c @@ -483,7 +483,6 @@ int main (int argc, char **argv) starter_netkey_cleanup(); confread_free(cfg); unlink(STARTER_PID_FILE); - unlink(INFO_FILE); plog("ipsec starter stopped"); close_log(); exit(LSB_RC_SUCCESS); |