Minor changes to tests; fix typo; tidy up.
This commit is contained in:
@ -277,8 +277,6 @@ return_clonebuf:
|
||||
GWBUF *
|
||||
gwbuf_append(GWBUF *head, GWBUF *tail)
|
||||
{
|
||||
GWBUF *ptr = head;
|
||||
|
||||
if (!head)
|
||||
return tail;
|
||||
CHK_GWBUF(head);
|
||||
|
||||
Reference in New Issue
Block a user