Browse Source

Merge commit '0245f02' into bfgminer

Luke Dashjr 12 years ago
parent
commit
d861b46bf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -9991,7 +9991,7 @@ static bool input_pool(bool live)
 
 	pass = curses_input("Password");
 	if (!pass)
-		goto out;
+		pass = calloc(1, 1);
 
 	pool = add_pool();