]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
added missing declaration
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 4 Mar 2014 11:14:12 +0000 (12:14 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 4 Mar 2014 11:14:12 +0000 (12:14 +0100)
src/crywrap/crywrap.c

index 69a969b9f4f56c3129534954ba3d896358cbbd9d..483913b706454f85e6d535da7a6d7b2d87edeed2 100644 (file)
@@ -323,6 +323,7 @@ _crywrap_parse_ip(const char *ip, in_port_t * port,
 {
        char *s_ip = NULL;
        char *tmp;
+       int ret;
 
        tmp = strchr(ip, '/');