diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-01-28 23:53:41 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-01-28 23:53:41 +0100 |
commit | 596fee4002237651b741f1cef5f9d298423dbec7 (patch) | |
tree | 74b9d642b547f63c975319874e5e9f7e8cf2dc2b /src/options.c | |
parent | 0fcfc3a9acaff4d03ccf33fe411ab0bb441a0f41 (diff) | |
parent | 057bcf9b019c9aaec332d4a44eab93a991731a9a (diff) |
Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index ee8e249..69d842c 100644 --- a/src/options.c +++ b/src/options.c @@ -323,6 +323,7 @@ static void print_multiline(const char *prefix, const char *multiline) { const char *start, *end; start = multiline; + end = NULL; do { if (start) { end = strstr(start, sep); |