Signed-off-by: Junio C Hamano <gitster@pobox.com>
@ -451,7 +451,7 @@ static void copy_to_log(int fd)
FILE *fp;
fp = fdopen(fd, "r");
if (fp == NULL) {
if (!fp) {
logerror("fdopen of error channel failed");
close(fd);
return;
The note is not visible to the blocked user.