X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fplaintcp.c;h=56fc81c5fb2be80b5d32240d46e8526713eb1b5c;hp=de99dcddf872759db1bd011ffc50e018f1e5dce7;hb=a68db17def8493b7f338541d57bcb7ca0de64618;hpb=205ee93306ceb8a0f1c000d916bd055d14fa63c1 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)