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
(parent:
edad908
)
Fixed check of max_poll_time as it is an unsigned int.
author
Tobias Brunner
<tobias@strongswan.org>
Fri, 25 Nov 2011 08:46:22 +0000
(09:46 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Fri, 25 Nov 2011 08:46:45 +0000
(09:46 +0100)
src/scepclient/scepclient.c
patch
|
blob
|
history
diff --git
a/src/scepclient/scepclient.c
b/src/scepclient/scepclient.c
index
2d364d6
..
b7f074f
100644
(file)
--- a/
src/scepclient/scepclient.c
+++ b/
src/scepclient/scepclient.c
@@
-704,10
+704,6
@@
int main(int argc, char **argv)
case 'x': /* --maxpolltime */
max_poll_time = atoi(optarg);
- if (max_poll_time < 0)
- {
- usage("invalid maxpolltime specified");
- }
continue;
case 'a': /*--algorithm */