fixed compiler warning in libfreeswan
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user