Renamed stanza verification functions

This commit is contained in:
James Booth
2015-06-06 23:00:05 +01:00
parent 98b06b717c
commit 35babf392f
5 changed files with 14 additions and 14 deletions

View File

@@ -407,7 +407,7 @@ _shutdown(void)
close(listen_socket);
prime_free_all();
stanza_free_all();
stanzas_free_all();
pthread_mutex_lock(&send_queue_lock);
g_list_free_full(send_queue, free);