X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2e9ba080dd30434f3e8f88e63029280889586a32..f4604d0d467ae510f8167d3109e6fd05f57f1cde:/server/queue-ops.c diff --git a/server/queue-ops.c b/server/queue-ops.c index e513d16..2bfe589 100644 --- a/server/queue-ops.c +++ b/server/queue-ops.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004-2008 Richard Kettlewell + * Copyright (C) 2004-2009 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -104,6 +104,8 @@ struct queue_entry *queue_add(const char *track, const char *submitter, } queue_insert_entry(afterme, q); break; + case WHERE_NOWHERE: + return q; } /* submitter will be a null pointer for a scratch */ if(submitter)