ooops, re-enable offset deltas in got-fetch-pack
diff --git a/libexec/got-fetch-pack/got-fetch-pack.c b/libexec/got-fetch-pack/got-fetch-pack.c
index e692052..913393e 100644
--- a/libexec/got-fetch-pack/got-fetch-pack.c
+++ b/libexec/got-fetch-pack/got-fetch-pack.c
@@ -314,9 +314,7 @@ struct got_capability {
};
static const struct got_capability got_capabilities[] = {
{ GOT_CAPA_AGENT, "got/" GOT_VERSION_STR },
- #if 0
{ GOT_CAPA_OFS_DELTA, NULL },
- #endif
{ GOT_CAPA_SIDE_BAND_64K, NULL },
};