X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.c;h=7efaa023b985745b5555e35f8d3a8169870571bd;hb=a9bfe813094cf2c8ea0e30c3196070c868fb294c;hp=d7079c6dd871dc1b482d347d013438fe30cc0908;hpb=df487baa30924a36ade38ada4f77379236dcce0f;p=git.git diff --git a/remote.c b/remote.c index d7079c6dd..7efaa023b 100644 --- a/remote.c +++ b/remote.c @@ -495,7 +495,7 @@ static struct refspec *parse_refspec_internal(int nr_refspec, const char **refsp int is_glob; const char *lhs, *rhs; - llen = is_glob = 0; + is_glob = 0; lhs = refspec[i]; if (*lhs == '+') {