projects
/
l2tpns.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
e843431
)
Merge branch 'master' into samesversion
author
fendo
<fendo@bi12info.com>
Wed, 22 May 2013 20:25:27 +0000
(22:25 +0200)
committer
fendo
<fendo@bi12info.com>
Wed, 22 May 2013 20:25:27 +0000
(22:25 +0200)
l2tpns.c
patch
|
blob
|
history
diff --git
a/l2tpns.c
b/l2tpns.c
index
77c302c
..
5385955
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-5491,7
+5491,7
@@
static void update_config()
while (*shost && (shost < e))
{
- while ((n < e) && (*n == ' ' || *n == '\t')) n++;
+ while ((n < e) && (*n == ' ' || *n == '
,' || *n == '
\t')) n++;
i = 0;
while (n < e && (*n != ',') && (*n != '\t'))
@@
-5499,6
+5499,7
@@
static void update_config()
config->multi_n_hostname[config->nbmultihostname][i] = *n;
n++;i++;
}
+
if (i > 0)
{
config->multi_n_hostname[config->nbmultihostname][i] = 0;