comparison stream/http.c @ 35309:c93f7ddd73df

Remove pointless cast.
author reimar
date Sat, 10 Nov 2012 13:55:01 +0000
parents f570e9faa3c7
children aa2026fd0c76
comparison
equal deleted inserted replaced
35308:f570e9faa3c7 35309:c93f7ddd73df
850 if (fd >= 0) closesocket( fd ); 850 if (fd >= 0) closesocket( fd );
851 fd = -1; 851 fd = -1;
852 http_free( http_hdr ); 852 http_free( http_hdr );
853 http_hdr = NULL; 853 http_hdr = NULL;
854 out: 854 out:
855 stream->streaming_ctrl->data = (void*)http_hdr; 855 stream->streaming_ctrl->data = http_hdr;
856 stream->fd = fd; 856 stream->fd = fd;
857 return res; 857 return res;
858 } 858 }
859 859
860 static int fixup_open(stream_t *stream,int seekable) { 860 static int fixup_open(stream_t *stream,int seekable) {