Przeglądaj źródła

presence: rpc commands updated to use rpl_printf()

Daniel-Constantin Mierla 11 lat temu
rodzic
commit
62822a20d4
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }