===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
olla-1.1/src/getaddrinfo.c-59-    if ( expand_domain( node, &result ) > 0 ) {
olla-1.1/src/getaddrinfo.c:60:        return orig_addr(result, service, hints, res );
olla-1.1/src/getaddrinfo.c-61-    }
olla-1.1/src/getaddrinfo.c:62:    return orig_addr(node, service, hints, res);
olla-1.1/src/getaddrinfo.c-63-}