[FFmpeg-cvslog] r13707 - trunk/ffserver.c

bcoudurier subversion
Sun Jun 8 01:56:00 CEST 2008


Author: bcoudurier
Date: Sun Jun  8 01:56:00 2008
New Revision: 13707

Log:
use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-lala at poste dot it

Modified:
   trunk/ffserver.c

Modified: trunk/ffserver.c
==============================================================================
--- trunk/ffserver.c	(original)
+++ trunk/ffserver.c	Sun Jun  8 01:56:00 2008
@@ -4385,7 +4385,7 @@ int main(int argc, char **argv)
 
     parse_options(argc, argv, options, NULL);
 
-    putenv("http_proxy");               /* Kill the http_proxy */
+    unsetenv("http_proxy");             /* Kill the http_proxy */
 
     av_init_random(av_gettime() + (getpid() << 16), &random_state);
 




More information about the ffmpeg-cvslog mailing list