libgtpnl: tools: fix compilation of gtp-link-add

A typo slipped through into that file and it stopped compiling.
This commit is contained in:
Pablo Neira Ayuso 2014-03-18 18:24:40 +01:00
parent f427e3fc9d
commit 151652cc80
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ int main(int argc, char *argv[])
ifm->ifi_flags |= IFF_UP;
fprintf(stderr, "WARNING: attaching dummy socket descriptors. Use "
"this command for testing purposes only.\n"):
"this command for testing purposes only.\n");
int fd1 = socket(AF_INET, SOCK_DGRAM, 0);
int fd2 = socket(AF_INET, SOCK_DGRAM, 0);