tree-diff: show_tree() is not needed
[gitweb.git] / streaming.c
index e3d697b88e8cc1449348c02b742af48306a71b2a..d7c9f32f0ce98112ddd4d4a8499b227b181e09e6 100644 (file)
@@ -113,7 +113,7 @@ static enum input_source istream_source(const unsigned char *sha1,
 
        oi->typep = type;
        oi->sizep = &size;
-       status = sha1_object_info_extended(sha1, oi);
+       status = sha1_object_info_extended(sha1, oi, 0);
        if (status < 0)
                return stream_error;