commit | bec9d4b45de8876e251375ff47a1d2054d89d55b | [log] [tgz] |
---|---|---|
author | Chia-chi Yeh <chiachi@android.com> | Mon Sep 17 02:09:53 2012 -0700 |
committer | Chia-chi Yeh <chiachi@android.com> | Mon Sep 17 02:09:53 2012 -0700 |
tree | 1ce85782f08e5efd906bbd19601f6c829fdc5e76 | |
parent | a0315adb1214a45a323e1ddf7c09faaa8ba0cdf5 [diff] |
ipsec-tools: revert accidentally increased value for MAXNS. Change-Id: Ib67e9ed5bcc49712f246829e715afe48e8a87e00
diff --git a/src/racoon/isakmp_cfg.h b/src/racoon/isakmp_cfg.h index dcffb74..253a17f 100644 --- a/src/racoon/isakmp_cfg.h +++ b/src/racoon/isakmp_cfg.h
@@ -38,7 +38,7 @@ #ifdef ANDROID_PATCHED #include <arpa/inet.h> #ifndef MAXNS -#define MAXNS 16 +#define MAXNS 2 #endif #endif