Skip to content

Commit

Permalink
Merge pull request #150 from staskobzar/master
Browse files Browse the repository at this point in the history
opensipsctl is calling ds_relaod for dr instead of dr_reload
(cherry picked from commit 6b6be30)
  • Loading branch information
bogdan-iancu committed Dec 15, 2013
1 parent 080637d commit f8edd82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/opensipsctl
Expand Up @@ -1402,7 +1402,7 @@ dr() {
exit 1
fi

$CTLCMD ds_reload
$CTLCMD dr_reload
;;
rmgw)
shift
Expand Down Expand Up @@ -1452,7 +1452,7 @@ dr() {
exit 1
fi

$CTLCMD ds_reload
$CTLCMD dr_reload
;;
rmcr)
shift
Expand Down Expand Up @@ -1500,7 +1500,7 @@ dr() {
exit 1
fi

$CTLCMD ds_reload
$CTLCMD dr_reload
;;
rmgrp)
shift
Expand Down Expand Up @@ -1552,7 +1552,7 @@ dr() {
exit 1
fi

$CTLCMD ds_reload
$CTLCMD dr_reload
;;
rmgrule)
shift
Expand Down

0 comments on commit f8edd82

Please sign in to comment.