Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Feb 5, 2024
1 parent a706ce8 commit 907b353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ namespace drachtio {
/* These options set a flag. */
{"daemon", no_argument, &m_bDaemonize, true},
{"noconfig", no_argument, &m_bNoConfig, true},
{"reject-register-with-no-realm", no_argument, &m_bRejectRegisterWithNoRealm},
{"reject-register-with-no-realm", &m_bAggressiveNatDetection, true},

/* These options don't set a flag.
We distinguish them by their indices. */
Expand Down

0 comments on commit 907b353

Please sign in to comment.