Sync to trunk r65566.
[reactos.git] / base / applications / network / finger / net.c
index 1e00435..198ba35 100644 (file)
@@ -128,4 +128,5 @@ netfinger(char *name)
        if (lastc != '\n')
                putchar('\n');
        putchar('\n');
+       (void)closesocket(s);
 }