mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Remove silly printf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3964 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3932,7 +3932,6 @@ static int register_verify(int callno, struct sockaddr_in *sin, struct iax_ies *
|
||||
tmppw = ast_strdupa(p->secret);
|
||||
stringp = tmppw;
|
||||
while((tmppw = strsep(&stringp, ";"))) {
|
||||
printf("Trying '%s'!\n", tmppw);
|
||||
MD5Init(&md5);
|
||||
MD5Update(&md5, iaxs[callno]->challenge, strlen(iaxs[callno]->challenge));
|
||||
MD5Update(&md5, tmppw, strlen(tmppw));
|
||||
|
Reference in New Issue
Block a user