Skip to content

Commit d505e2e

Browse files
committed
appneta#140 fix compiler warning
1 parent 35794c7 commit d505e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/linux/example/pcapsend.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ int main (int argc, char* argv[])
126126
loops = 1;
127127
}
128128

129+
memset(&qtx, 0, sizeof(qtx));
129130
int ret = quick_tx_open(argv[2], &qtx);
130131

131132
if (ret == 0) {

0 commit comments

Comments
 (0)