aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2022-12-22 20:10:27 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-12-22 20:10:27 +0000
commite89304c60591173f212b008b552a1ecf6c1a1ea7 (patch)
treec1bca3cbf922baa93ee566d2c8bca99a0304b628
parentbae4ec5a29b5eea73e2335d3abb039991a827332 (diff)
parentb3507f483dbd1b95f5503858a5e9d4c68cd5d078 (diff)
downloadipsec-tools-e89304c60591173f212b008b552a1ecf6c1a1ea7.tar.gz
Merge "update for real location of ip-up-vpn"main-16k-with-phones
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d33775a..63862c5 100644
--- a/main.c
+++ b/main.c
@@ -118,7 +118,7 @@ const char *android_hook(char **envp)
exit(1);
}
sprintf(*envp, "INTERFACE=%s", ifr.ifr_name);
- return "/bin/ip-up-vpn";
+ return "/system/bin/ip-up-vpn";
}
#endif