Skip to content

Commit 3e1e8cc

Browse files
fix: Remove wrong sockfd declaration
1 parent 8bf620d commit 3e1e8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rawsend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ static int send_http(struct sockaddr_ll *sll, struct sockaddr *saddr,
168168

169169
int fh_rawsend_setup(void)
170170
{
171-
int res, opt, sockfd;
171+
int res, opt;
172172
const char *err_hint;
173173

174174
sockfd = socket(AF_PACKET, SOCK_DGRAM, htons(ETH_P_ALL));

0 commit comments

Comments
 (0)