Skip to content

Commit

Permalink
Take out superfluous error which is handled later
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Sep 26, 2024
1 parent f7c5520 commit 511fecd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sslSniffer/sslSnifferTest/snifftest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,8 +1096,6 @@ int main(int argc, char** argv)
printf("server = %s\n", server);
}
}
if (server == NULL)
err_sys("Unable to get device IPv4 or IPv6 address");
}

ret = pcap_set_snaplen(pcap, 65536);
Expand Down

0 comments on commit 511fecd

Please sign in to comment.