소스 검색

tm: docs - update to use send_reply_error() when t_relay() fails

- the transaction might be already created and needs a stateful reply
Daniel-Constantin Mierla 1 년 전
부모
커밋
d26b0bef2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/tm/doc/functions.xml

+ 1 - 1
src/modules/tm/doc/functions.xml

@@ -42,7 +42,7 @@
 ...
 if (!t_relay())
 {
-    sl_reply_error();
+    send_reply_error();
     break;
 };
 ...