mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
fix an incorrect comment (issue #7259, tardieu)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
utils.c
2
utils.c
@@ -70,7 +70,7 @@ static char b2a[256];
|
||||
|
||||
AST_MUTEX_DEFINE_STATIC(__mutex);
|
||||
|
||||
/*! \brief Recursive replacement for gethostbyname for BSD-based systems.
|
||||
/*! \brief Reentrant replacement for gethostbyname for BSD-based systems.
|
||||
\note This
|
||||
routine is derived from code originally written and placed in the public
|
||||
domain by Enzo Michelangeli <em@em.no-ip.com> */
|
||||
|
Reference in New Issue
Block a user