Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xshthkr committed Jan 28, 2025
1 parent 20d87ba commit 19956fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified bin/server
Binary file not shown.
1 change: 1 addition & 0 deletions src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#define assert(cond, msg, cleanup) if (!(cond)) { perror(msg); cleanup; exit(EXIT_FAILURE); }

Shashnet serverSender, serverReceiver;
char clientNickname[10], serverNickname[10];


int p2p();
Expand Down

0 comments on commit 19956fd

Please sign in to comment.