[asterisk-dev] [Code Review] Don't try to lookup purely numeric hostnames that don't match peers or try to send requests to failed lookups

Walter Doekes walter+asterisk-dev at osso.nl
Thu Oct 20 02:32:10 CDT 2011


> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/1532/

--- include/asterisk/strings.h	(revision 341378)
+++ include/asterisk/strings.h	(revision 341379)

+int ast_check_digits(char *arg),

That should've been a _const_ char *arg.

(And I don't see the need for the separate 's' variable either..)

Regards,
Walter



More information about the asterisk-dev mailing list