debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callback
authorMark Wielaard <mark@klomp.org>
Mon, 9 May 2022 15:32:24 +0000 (17:32 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 14 May 2022 13:16:45 +0000 (15:16 +0200)
commitb814a7e45199d1c0812f3dffc23284ef66988f1e
treeab288c2bf3eb124d3144980a3714e8677c8ce2a4
parentf35268b20ac2172e3801851460d1a569615cdfab
debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callback

This was the only place in debuginfod-client.c where we didn't check
the result of curl_easy_getinfo. Just check it to make things consistent.

Signed-off-by: Mark Wielaard <mark@klomp.org>
debuginfod/ChangeLog
debuginfod/debuginfod-client.c