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)
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.


No differences found