about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-06 01:51:58 +0100
committerJames Booth <boothj5@gmail.com>2016-05-06 01:51:58 +0100
commit579d062063719ebd3a07f6ff0d90fa6de2bb8c1e (patch)
tree5dd85b46c8c9e485bae91973b147fb0caa5d5cbe /src/command
parentb6c4a2029ff34a8f0824c5241508fbd550044c21 (diff)
downloadprofani-tty-579d062063719ebd3a07f6ff0d90fa6de2bb8c1e.tar.gz
Move send stanza function
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index b7314871..47a3982f 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -150,7 +150,7 @@ cmd_execute_default(ProfWin *window, const char *inp)
     }
     case WIN_XML:
     {
-        session_send_stanza(inp);
+        connection_send_stanza(inp);
         break;
     }
     default: