diff --git a/src/zms.cpp b/src/zms.cpp index 1945e188a..8cd4fa474 100644 --- a/src/zms.cpp +++ b/src/zms.cpp @@ -164,7 +164,7 @@ int main( int argc, const char *argv[] ) { if ( !strcmp( name, "user" ) ) { - username = value; + username = UriDecode( value ); } } else @@ -180,7 +180,7 @@ int main( int argc, const char *argv[] ) { if ( !strcmp( name, "user" ) ) { - username = UriDecode(value); + username = UriDecode( value ); } if ( !strcmp( name, "pass" ) ) {