Remove resetting of probed variable when detecting GBT.
diff --git a/cgminer.c b/cgminer.c
index d699053..a0953f1 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -4803,7 +4803,7 @@ retry_stratum:
}
json_decref(val);
}
- pool->probed = false;
+
if (pool->has_gbt)
applog(LOG_DEBUG, "GBT coinbase append support found, switching to GBT protocol");
else