Fixed crash bug #33

This commit is contained in:
Jan Vidar Krey
2009-06-22 21:05:02 +02:00
parent 1c58120c03
commit 155350b61b
2 changed files with 1 additions and 2 deletions

View File

@@ -66,7 +66,6 @@ size_t hub_recvq_set(struct hub_recvq* q, void* buf, size_t bufsize)
if (!bufsize)
{
q->size = 0;
return 0;
}