use LF, not CRLF
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3452 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
63aae494ac
commit
757d26b382
|
@ -4466,9 +4466,9 @@ static void check_oreg(sofia_profile_t *profile, time_t now)
|
|||
SIPTAG_CONTACT_STR(oregp->register_from),
|
||||
SIPTAG_EXPIRES_STR(oregp->expires_str),
|
||||
NUTAG_REGISTRAR(oregp->register_proxy),
|
||||
NUTAG_OUTBOUND("no-options-keepalive"),
|
||||
NUTAG_OUTBOUND("no-validate"),
|
||||
NUTAG_KEEPALIVE(0),
|
||||
NUTAG_OUTBOUND("no-options-keepalive"),
|
||||
NUTAG_OUTBOUND("no-validate"),
|
||||
NUTAG_KEEPALIVE(0),
|
||||
TAG_NULL());
|
||||
oregp->retry = now + 10;
|
||||
oregp->state = REG_STATE_TRYING;
|
||||
|
|
Loading…
Reference in New Issue