]> git.ipfire.org Git - thirdparty/glibc.git/commit
support: Fix typo in xgetsockname error message
authorAvinal Kumar <avinal.xlvii@gmail.com>
Fri, 17 May 2024 15:28:04 +0000 (20:58 +0530)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 5 Jun 2024 13:58:55 +0000 (09:58 -0400)
commit54c1efdac55b756a4e2ea95590bcc3ba396a6568
tree70be99b0202c35196f6b6b91e6d5aa2ef56cab57
parent2f7246015c0d0760ab4529c4b13b2816337bed35
support: Fix typo in xgetsockname error message

The error message in xgetsockname was incorrectly referring to a
different function.  This commit fixes that.

Suggested-by: Arjun Shankar <arjun@redhat.com>
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
support/xgetsockname.c