jingle/action-handlers.c
changeset 16 cb085682970f
parent 15 61ffa66f8288
child 17 24aa7414bafd
--- a/jingle/action-handlers.c	Mon Jun 07 19:15:28 2010 +0200
+++ b/jingle/action-handlers.c	Mon Jun 07 23:04:34 2010 +0200
@@ -29,7 +29,7 @@
 {
   // a session-initiate message must contains at least one <content> element
   if (g_list_length(jn->content) < 1) {
-    jingle_send_iq_error(message, "cancel", "bad-request", NULL);
+    jingle_send_iq_error(m, "cancel", "bad-request", NULL);
   }
   
 }