| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-01-06 08:13:16 +0100 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-01-06 08:13:16 +0100 |
| commit | 11138ae4e8e3ed2f01156189923f7904c8f21591 (patch) | |
| tree | 72b724c397a685140a9dc37b6314b88f798be8da /src/client.c | |
| parent | f9a06303ce72aa6697c17447dfef545db72c2407 (diff) | |
...
Diffstat (limited to 'src/client.c')
| -rw-r--r-- | src/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.c b/src/client.c index 4d1f659..c4c1148 100644 --- a/src/client.c +++ b/src/client.c @@ -144,7 +144,7 @@ static int send_commands } } - if (fputc('\0', socket) == EOF) + if (fputc('\n', socket) == EOF) { } |


