diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/uri.c b/src/core/uri.c index 0abd8bdcd..73ad2b227 100644 --- a/src/core/uri.c +++ b/src/core/uri.c @@ -157,7 +157,7 @@ static int uri_character_escaped ( char c, unsigned int field ) { * the reparsing of the URI, allowing everything else * (e.g. ':', which will appear in iSCSI URIs). */ - [URI_OPAQUE] = "/#", + [URI_OPAQUE] = "#", /* User name: escape everything */ [URI_USER] = "/#:@?", /* Password: escape everything */ |
