Code

Under some circumstances, the 'url' path of a redirection target missed
authorHolger Weiss <hweiss@users.sourceforge.net>
Mon, 1 Sep 2008 12:20:32 +0000 (12:20 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Mon, 1 Sep 2008 12:20:32 +0000 (12:20 +0000)
commite8c7d1b3d13b6a40004672ffeab0486f7fb79b71
tree89ea0b8e1b1f7697011513013cede7e58c9f988f
parent3b4d0bb2922bf26f43d1b0a9c20f46834dacc8d5
Under some circumstances, the 'url' path of a redirection target missed
a leading slash.  While this was fixed later on, the incomplete 'url'
was used for redirection loop detection and error messages.  This is now
fixed by adding the missing slash immediately.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2049 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c