Browse Source

fix copy-pasto

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
3069720052
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      daemon/call.c

+ 1
- 1
daemon/call.c View File

@ -2194,5 +2194,5 @@ const char *call_offer(bencode_item_t *input, struct callmaster *m, bencode_item
}
const char *call_answer(bencode_item_t *input, struct callmaster *m, bencode_item_t *output) {
return call_offer_answer(input, m, output, OP_OFFER, "to-tag");
return call_offer_answer(input, m, output, OP_ANSWER, "to-tag");
}

Loading…
Cancel
Save