diff --git a/configure.ac b/configure.ac index 327f50a..0220fdf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rtp2httpd], [1.2], [ondrej@caletka.cz]) +AC_INIT([rtp2httpd], [1.3], [ondrej@caletka.cz]) AC_CONFIG_SRCDIR([src/rtp2httpd.h]) AC_CONFIG_HEADERS([src/config.h]) AM_INIT_AUTOMAKE diff --git a/src/httpclients.c b/src/httpclients.c index 9bf8c34..55cacc2 100644 --- a/src/httpclients.c +++ b/src/httpclients.c @@ -367,7 +367,7 @@ void clientService(int s) { FILE *client; int numfields; char *method, *url, httpver; - char *hostname; + char *hostname = ""; char *urlfrom; struct services_s *servi;