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