From 3ec460597749a0a3280c5acf6676a14c106524dc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 20 May 2010 16:13:34 -0700 Subject: [PATCH] monc: hunting by default Otherwise if we fail to connect to the first mon we try, we never retry. --- src/mon/MonClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/MonClient.h b/src/mon/MonClient.h index 0cbc9f96f5a2b..4b4beb5744b58 100644 --- a/src/mon/MonClient.h +++ b/src/mon/MonClient.h @@ -171,7 +171,7 @@ public: messenger(NULL), cur_mon(-1), monc_lock("MonClient::monc_lock"), timer(monc_lock), - hunting(false), + hunting(true), want_monmap(true), want_keys(0), global_id(0), authenticate_err(0), -- 2.39.5