Code

autoconf stuff
[fusedav.git] / src / session.c
index e4780e9c9ae3bf4986f9771b25f6d6235be302dd..4f1009b2e24c883fbc7cba4d67c09e0e2f550980 100644 (file)
@@ -33,8 +33,7 @@ static pthread_mutex_t credential_mutex = PTHREAD_MUTEX_INITIALIZER;
 static char* ask_user(char *p, int hidden) {
     char q[256], *r;
     struct termios t;
-    int c, l;
-
+    int c = 0, l;
 
     if (hidden) {
         if (!isatty(fileno(stdin)))