Browse Source

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 year ago
parent
commit
d26b0bef2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/tm/doc/functions.xml

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

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