call_callback(): Fix error text. master
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Jul 2025 16:08:43 +0000 (18:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 7 Aug 2025 12:51:10 +0000 (14:51 +0200)
commit5167750069f0e1c446dfb79a7b87cf5bd5a99ba9
treef05bfa51afdcbc2581115acddf5da68f126be22c
parent51ad4f6ba4d91ffc0c37cf56882a5ac60fea81c3
call_callback(): Fix error text.

It was clearly intended to print the error text which corresponds to ret2
here because the function returns ret but discards the value of ret2 after
logging the error.
afs.c