diff options
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/fromd/fromc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/fromd/fromc.c b/daemon/fromd/fromc.c index 4782230c..70e8eada 100644 --- a/daemon/fromd/fromc.c +++ b/daemon/fromd/fromc.c @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { - int port, fd; + int fd; char buf[64]; memset(buf, 0, sizeof(buf)); |