Skip to content
Snippets Groups Projects
Commit a3155c42 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-neighbour-info: fix a few compiler warnings

parent d3bc707c
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,6 @@ int main(int argc, char **argv) {
int sock;
struct sockaddr_in6 client_addr = {};
char *request_string = NULL;
struct in6_addr mgroup_addr;
sock = socket(PF_INET6, SOCK_DGRAM, 0);
......@@ -147,9 +146,7 @@ int main(int argc, char **argv) {
opterr = 0;
int port_set = 0;
int destination_set = 0;
unsigned int max_count = 0;
int max_count = 0;
double timeout = 3.0;
char *sse = NULL;
bool loop = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment