From: Lennart Poettering Date: Wed, 1 Mar 2006 21:22:13 +0000 (+0000) Subject: export the username X-Git-Url: https://git.tokkee.org/?p=fusedav.git;a=commitdiff_plain;h=ca41acd1045a372ccfd1d8f7d02d575b51cfb86e export the username git-svn-id: file:///home/lennart/svn/public/fusedav/trunk@21 e35a362c-bbd6-0310-a59f-a4efcb1729c4 --- diff --git a/src/session.c b/src/session.c index febd9b4..b4d66e0 100644 --- a/src/session.c +++ b/src/session.c @@ -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;