strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add uniqueids=never to ignore INITIAL_CONTACT notifies
[strongswan.git]
/
src
/
starter
/
args.c
diff --git
a/src/starter/args.c
b/src/starter/args.c
index
eb25b2a
..
2416960
100644
(file)
--- a/
src/starter/args.c
+++ b/
src/starter/args.c
@@
-61,6
+61,7
@@
static const char *LST_unique[] = {
"yes",
"replace",
"keep",
+ "never",
NULL
};