Fix comment

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4222 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2004-11-12 13:27:11 +00:00
parent 3e1fa1f6ac
commit a1cdeb6f80
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static char default_fromdomain[AST_MAX_EXTENSION] = "";
static char notifymime[AST_MAX_EXTENSION] = "application/simple-message-summary";
static int srvlookup = 0; /* SRV Lookup on or off. Default now on */
static int srvlookup = 0; /* SRV Lookup on or off. Default is off, RFC behavior is on */
static int pedanticsipchecking = 0; /* Extra checking ? Default off */