Skip to content

Commit

Permalink
Merge pull request #8286 from donaldsharp/nhrp_xlref
Browse files Browse the repository at this point in the history
nhrpd: Remove newline from log message
  • Loading branch information
Mark Stapp authored Mar 18, 2021
2 parents e43ba29 + dccd71c commit 44544f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nhrpd/nhrp_nhs.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static int nhrp_reg_timeout(struct thread *t)
*/
if (r->peer && r->peer->vc && r->peer->vc->ike_uniqueid) {
debugf(NHRP_DEBUG_COMMON,
"Terminating IPSec Connection for %d\n",
"Terminating IPSec Connection for %d",
r->peer->vc->ike_uniqueid);
vici_terminate_vc_by_ike_id(r->peer->vc->ike_uniqueid);
r->peer->vc->ike_uniqueid = 0;
Expand Down

0 comments on commit 44544f1

Please sign in to comment.