summaryrefslogtreecommitdiff
path: root/fetch-negotiator.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetch-negotiator.c')
-rw-r--r--fetch-negotiator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch-negotiator.c b/fetch-negotiator.c
index 273390229f..874797d767 100644
--- a/fetch-negotiator.c
+++ b/fetch-negotiator.c
@@ -18,7 +18,7 @@ void fetch_negotiator_init(struct repository *r,
noop_negotiator_init(negotiator);
return;
- case FETCH_NEGOTIATION_DEFAULT:
+ case FETCH_NEGOTIATION_CONSECUTIVE:
default_negotiator_init(negotiator);
return;
}