8ce861a35f
(http://www.debian.org/security/2004/dsa-541). Patches obtained from: Debian
12 lines
211 B
C
12 lines
211 B
C
--- src/static.c
|
|
+++ src/static.c
|
|
@@ -232,9 +232,7 @@
|
|
void
|
|
send_file_to_socket (connection_t *con, char *filename)
|
|
{
|
|
- struct stat buf;
|
|
int mp3file;
|
|
- char *suffix;
|
|
long length;
|
|
char buff[BUFSIZE];
|
|
|