Fix NULL ptr reference for HTTP proxy.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Mar 2009 12:32:13 +0000 (13:32 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Mar 2009 12:32:54 +0000 (13:32 +0100)
commitde765424c9aab4e0af9e4fd5bbf56296ec2998dc
treea50a4d753d6ea63c37adbbea0d63b7c128816a9d
parenta1177e562d4beeac197f0661c17a08ba9712236d
Fix NULL ptr reference for HTTP proxy.

The ser->host might be 0 in case attribute 'host' is not given for element
'listen' in configuration. This commit avoids referencing it in sprintf.
src/http.c