]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
peer-cfg: Add missing UNIQUE_NEVER to unique_policy_names
authorMartin Willi <martin@revosec.ch>
Mon, 19 May 2014 16:04:41 +0000 (18:04 +0200)
committerMartin Willi <martin@revosec.ch>
Mon, 19 May 2014 16:05:51 +0000 (18:05 +0200)
src/libcharon/config/peer_cfg.c

index d198503d0dfffe0351b9ba449f45de894a7c5d61..ce9301006ff3e4d836660c1a8a6e7ea5cbb85d30 100644 (file)
@@ -31,7 +31,8 @@ ENUM(cert_policy_names, CERT_ALWAYS_SEND, CERT_NEVER_SEND,
        "CERT_NEVER_SEND",
 );
 
-ENUM(unique_policy_names, UNIQUE_NO, UNIQUE_KEEP,
+ENUM(unique_policy_names, UNIQUE_NEVER, UNIQUE_KEEP,
+       "UNIQUE_NEVER",
        "UNIQUE_NO",
        "UNIQUE_REPLACE",
        "UNIQUE_KEEP",