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:
a43eb5a
)
fixed compiler warning in libfreeswan
author
Martin Willi
<martin@strongswan.org>
Fri, 28 Mar 2008 11:46:30 +0000
(11:46 -0000)
committer
Martin Willi
<martin@strongswan.org>
Fri, 28 Mar 2008 11:46:30 +0000
(11:46 -0000)
src/libfreeswan/ttoaddr.c
patch
|
blob
|
history
diff --git
a/src/libfreeswan/ttoaddr.c
b/src/libfreeswan/ttoaddr.c
index
6e1ff44
..
c228f5a
100644
(file)
--- a/
src/libfreeswan/ttoaddr.c
+++ b/
src/libfreeswan/ttoaddr.c
@@
-320,7
+320,7
@@
size_t srclen; /* known to be >0 */
ip_address *dst;
{
const char *stop = src + srclen; /* just past end */
- unsigned piece;
+ unsigned piece
= 0
;
int gapat; /* where was empty piece seen */
err_t oops;
# define NPIECES 8