浏览代码

presence: rpc commands updated to use rpl_printf()

Daniel-Constantin Mierla 11 年之前
父节点
当前提交
62822a20d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/presence/presence.c

+ 1 - 1
modules/presence/presence.c

@@ -1797,7 +1797,7 @@ void rpc_presence_cleanup(rpc_t* rpc, void* c)
 	(void) msg_presentity_clean(0,0);
 	(void) timer_db_update(0,0);
 		
-	rpc->printf(c, "Reload OK");
+	rpc->rpl_printf(c, "Reload OK");
 	return;
 }