diff options
Diffstat (limited to 'refs/debug.c')
-rw-r--r-- | refs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refs/debug.c b/refs/debug.c index 001e30651c..7db4abccc3 100644 --- a/refs/debug.c +++ b/refs/debug.c @@ -243,7 +243,7 @@ static int debug_read_raw_ref(struct ref_store *ref_store, const char *refname, struct debug_ref_store *drefs = (struct debug_ref_store *)ref_store; int res = 0; - oidcpy(oid, &null_oid); + oidcpy(oid, null_oid()); errno = 0; res = drefs->refs->be->read_raw_ref(drefs->refs, refname, oid, referent, type); |