streaming: convert open_istream to use struct object_id
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
17e65451e3
commit
ef7b5195f1
@ -799,7 +799,7 @@ int check_object_signature(const struct object_id *oid, void *map,
|
||||
return oidcmp(oid, &real_oid) ? -1 : 0;
|
||||
}
|
||||
|
||||
st = open_istream(oid->hash, &obj_type, &size, NULL);
|
||||
st = open_istream(oid, &obj_type, &size, NULL);
|
||||
if (!st)
|
||||
return -1;
|
||||
|
||||
|
Reference in New Issue
Block a user