Minor code cleanup.

This commit is contained in:
Rose Thompson 2024-06-04 15:11:57 -05:00
parent f0ed780745
commit 72c1374d9c

View file

@ -99,9 +99,7 @@ int main(int argc, char **argv){
return -1;
}
char sender[INET6_ADDRSTRLEN];
int sockfd;
struct ifreq if_idx;
uint8_t buf[BUF_SIZ];
int sockopt;
struct ifreq ifopts; /* set promiscuous mode */