Skip to content
Snippets Groups Projects
Commit 0135585e authored by Travis Glenn Hansen's avatar Travis Glenn Hansen Committed by GitHub
Browse files

Merge pull request #22 from freddyb/patch-2

fix missing parens on logical not (GCC warning)
parents b790c67f 0cf3b31e
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ xit\n");
exit (EXIT_FAILURE);
}
if ( ! portno > 0) {
if ( ! (portno > 0)) {
fanout_debug (0, "ERROR invalid port\n");
exit (EXIT_FAILURE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment