Code

export the username
[fusedav.git] / src / session.c
index febd9b4dc1dbb59bffdaec784d2c3f63eac68ac6..b4d66e0cd77cc2de1e4442dcbbabc9cf7675c2a2 100644 (file)
@@ -49,7 +49,8 @@ static pthread_key_t session_tsd_key;
 ne_uri uri;
 static int b_uri = 0;
 
-static char *username = NULL, *password = NULL;
+char *username = NULL;
+static char *password = NULL;
 char *base_directory = NULL;
 
 static pthread_mutex_t credential_mutex = PTHREAD_MUTEX_INITIALIZER;