[1.5] Fix rev 1474, typo in the spelling.

This commit is contained in:
Mathieu Malaterre 2012-03-01 20:58:29 +00:00
parent ecb36f02c8
commit 24ab49a363
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ void add_EORmsg( int fd, QR_t *qr)
void end_QRprocess( server_record_t *rec, QR_t **qr)
{
/* TODO: record client preferences if necessary*/
(void)res; /* unused */
(void)rec; /* unused */
delete_query( &((*qr)->query));
delete_msgqueue( &((*qr)->msgqueue));
free( *qr);