refs.c: pass NULL as *flags to read_ref_full
commita3b0b095bf0b12532945b87cea9babe4aad75462
authorRonnie Sahlberg <sahlberg@google.com>
Wed, 16 Jul 2014 22:23:05 +0000 (16 15:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2014 20:01:02 +0000 (17 13:01 -0700)
tree868b91e108871f11bd323cd71424bb8f04e5f94d
parentdb1ec0b45b31b870aec4b50230f608d86aa72728
refs.c: pass NULL as *flags to read_ref_full

We call read_ref_full with a pointer to flags from rename_ref but since
we never actually use the returned flags we can just pass NULL here instead.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ronnie Sahlberg <sahlberg@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c