unlock and close cachefile if we bail out of socket creation.
[trinity.git] / net / proto-pnpipe.c
blobe0767534d72d737135925cc8b5bb2b1a72837d2b
1 #include <stdlib.h>
2 #include "net.h"
4 #define SOL_PNPIPE 275
6 void pnpipe_setsockopt(struct sockopt *so)
8 so->level = SOL_PNPIPE;