Commit 8d61b3bf authored by Kai Vehmanen's avatar Kai Vehmanen

Fixed warnings.

darcs-hash:20071115164513-77cd4-a71168e05f0e654ae9c9fe7d320357b40fad35bc.gz
parent 9fb79c70
...@@ -352,7 +352,6 @@ static void keepalive (void) ...@@ -352,7 +352,6 @@ static void keepalive (void)
{ {
struct sockaddr_storage addr; struct sockaddr_storage addr;
socklen_t addrlen = sizeof (addr); socklen_t addrlen = sizeof (addr);
size_t len;
int val, servfd, fd; int val, servfd, fd;
/* Allocate a local UDP port for server */ /* Allocate a local UDP port for server */
......
...@@ -61,7 +61,6 @@ int main (void) ...@@ -61,7 +61,6 @@ int main (void)
ssize_t val; ssize_t val;
size_t len; size_t len;
static const char name[] = "admin", pass[] = "secret"; static const char name[] = "admin", pass[] = "secret";
char nbuf[STUN_MAX_STR];
int code; int code;
uint16_t alen; uint16_t alen;
bool control = false; bool control = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment