chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct ordering of configuration key table.
[disorder]
/
server
/
queue-ops.c
diff --git
a/server/queue-ops.c
b/server/queue-ops.c
index e513d164b61410e30a7efe3ed332ec6b645b0bda..7dcaa845bef920505f6b29979b1659bbac5f3367 100644
(file)
--- a/
server/queue-ops.c
+++ b/
server/queue-ops.c
@@
-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)