summaryrefslogtreecommitdiff
path: root/main/db.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2015-01-09 18:53:49 +0000
committerRichard Mudgett <rmudgett@digium.com>2015-01-09 18:53:49 +0000
commitef34a05f215e3c70aac3dba266bc3dadc4db33e4 (patch)
tree0ccf28e5884d92e615207758bf9983914dc82fd6 /main/db.c
parent52a7cdb1011ee4930c1cd5efaf31588f570b88cf (diff)
AMI: Remove no longer used parameter from astman_send_listack().
Follow-up issue to -r430435 from reviewboard review. ASTERISK-24049 Review: https://reviewboard.asterisk.org/r/4315/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/db.c')
-rw-r--r--main/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/db.c b/main/db.c
index 4bb9355c6..28e548814 100644
--- a/main/db.c
+++ b/main/db.c
@@ -864,7 +864,7 @@ static int manager_dbget(struct mansession *s, const struct message *m)
if (res) {
astman_send_error(s, m, "Database entry not found");
} else {
- astman_send_listack(s, m, "Result will follow", "start");
+ astman_send_listack(s, m, "Result will follow");
astman_append(s, "Event: DBGetResponse\r\n"
"Family: %s\r\n"