summaryrefslogtreecommitdiff
path: root/client/gdaemonvfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/gdaemonvfs.c')
-rw-r--r--client/gdaemonvfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gdaemonvfs.c b/client/gdaemonvfs.c
index 94f7e9ba..c9f2cc97 100644
--- a/client/gdaemonvfs.c
+++ b/client/gdaemonvfs.c
@@ -234,7 +234,7 @@ get_mountspec_from_uri (GDaemonVfs *vfs,
if (mountable && mountable->host_is_inet)
{
/* Convert hostname to lower case */
- str_tolower_inplace (decoded->host);
+ str_tolower_inplace (decoded->host);
/* Remove brackets aroung ipv6 addresses */
l = strlen (decoded->host);