strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c295d0e
)
fixed argument processing bug
author
Martin Willi
<martin@strongswan.org>
Wed, 26 Sep 2007 15:07:34 +0000
(15:07 -0000)
committer
Martin Willi
<martin@strongswan.org>
Wed, 26 Sep 2007 15:07:34 +0000
(15:07 -0000)
src/manager/lib/request.c
patch
|
blob
|
history
diff --git
a/src/manager/lib/request.c
b/src/manager/lib/request.c
index
e029c0d
..
42cd9df
100644
(file)
--- a/
src/manager/lib/request.c
+++ b/
src/manager/lib/request.c
@@
-121,7
+121,7
@@
static int iterenv_cb(void *null, int num, char **key, char **value)
*key = NULL;
*value = NULL;
- if (num
>
req_env_len)
+ if (num
<
req_env_len)
{
char *eq;