X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fplaintcp.c;h=56fc81c5fb2be80b5d32240d46e8526713eb1b5c;hb=a68db17def8493b7f338541d57bcb7ca0de64618;hp=de99dcddf872759db1bd011ffc50e018f1e5dce7;hpb=fc253e2fa06742656bd018981ec000799c956391;p=ashd.git diff --git a/src/plaintcp.c b/src/plaintcp.c index de99dcd..56fc81c 100644 --- a/src/plaintcp.c +++ b/src/plaintcp.c @@ -162,7 +162,7 @@ void servetcp(struct muth *muth, va_list args) tcp.fd = fd; tcp.name = name; tcp.port = stcp; - serve(in, &conn); + serve(in, fd, &conn); } static void listenloop(struct muth *muth, va_list args)