diff --git a/server/fd.c b/server/fd.c index 656042f5475..4ad4da5b7c9 100644 --- a/server/fd.c +++ b/server/fd.c @@ -1735,6 +1735,7 @@ struct async *fd_queue_async( struct fd *fd, const async_data_t *data, int type, queue = fd->wait_q; break; default: + queue = NULL; assert(0); }