mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Remove old printf
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@874 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2664,7 +2664,6 @@ static int authenticate_verify(struct chan_iax2_pvt *p, struct iax_ies *ies)
|
||||
char *keyn;
|
||||
char tmpkey[256];
|
||||
char *stringp=NULL;
|
||||
printf("Checking RSA methods\n");
|
||||
strncpy(tmpkey, p->inkeys, sizeof(tmpkey));
|
||||
stringp=tmpkey;
|
||||
keyn = strsep(&stringp, ":");
|
||||
|
||||
Reference in New Issue
Block a user