fixed compiler warning in libfreeswan

This commit is contained in:
Martin Willi
2008-03-28 11:46:30 +00:00
parent a43eb5aa3f
commit acf7956c68
+1 -1
View File
@@ -320,7 +320,7 @@ size_t srclen; /* known to be >0 */
ip_address *dst; ip_address *dst;
{ {
const char *stop = src + srclen; /* just past end */ const char *stop = src + srclen; /* just past end */
unsigned piece; unsigned piece = 0;
int gapat; /* where was empty piece seen */ int gapat; /* where was empty piece seen */
err_t oops; err_t oops;
# define NPIECES 8 # define NPIECES 8