git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65332 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -289,7 +289,9 @@ static int get_login(const char *driver, const char *database, const char **user
user[0] = '\0';
password[0] = '\0';
-
+ host[0] = '\0';
+ port[0] = '\0';
+
init_login(&login);
if (read_file(&login) == -1)