X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FTCP_echo.c;h=7fdb8370202a60be91ce204e49903756d7b69fa0;hp=46ec5ca23d3402d8b080c2748197efec7b181c26;hb=28ac8648240edd35e31f75ae11dbe3e4ac9e109e;hpb=7f87146842e5e91ef5335ff7a44e0d6d622812f0 diff --git a/sources/TCP_echo.c b/sources/TCP_echo.c index 46ec5ca..7fdb837 100644 --- a/sources/TCP_echo.c +++ b/sources/TCP_echo.c @@ -26,7 +26,7 @@ * * Usage: echo -h give all info's * - * $Id: TCP_echo.c,v 1.6 2003/07/28 22:16:36 piccardi Exp $ + * $Id: TCP_echo.c,v 1.7 2003/08/03 18:12:47 piccardi Exp $ * ****************************************************************/ /* @@ -115,7 +115,6 @@ int main(int argc, char *argv[]) perror("Cannot set linger"); exit(1); } - return 0; } /* do read/write operations */ ClientEcho(stdin, sock);