Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Zaman committed Mar 25, 2014
1 parent 64a4771 commit 9603d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendforeward.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(int argc, char **argv ){
int host_port = atoi(argv[0]);
int num_packets = atoi(argv[3]);

int my_port = atoi(argv[2);
int my_port = atoi(argv[2));

int recvlen;
char* buf[10];
Expand Down

0 comments on commit 9603d75

Please sign in to comment.