Skip to content

Commit

Permalink
programs/st_client.c: use snd 0 instead of 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Aug 12, 2019
1 parent 9009743 commit b936692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/st_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static void on_connect(struct socket* s)
char buffer[BUFFER_SIZE];

memset(buffer, 'A', BUFFER_SIZE);
sndinfo.snd_sid = 1;
sndinfo.snd_sid = 0;
sndinfo.snd_flags = 0;
sndinfo.snd_ppid = htonl(DISCARD_PPID);
sndinfo.snd_context = 0;
Expand Down

0 comments on commit b936692

Please sign in to comment.