Skip to content

Commit

Permalink
#705 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
koekeishiya committed Nov 14, 2020
1 parent d8c72d4 commit 680cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ static void handle_domain_config(FILE *rsp, struct token domain, char *message)
struct token command = selector;

if (token_equals(selector, SELECTOR_CONFIG_SPACE)) {
struct selector space_selector = parse_space_selector(rsp, &value, space_manager_active_space());
struct selector space_selector = parse_space_selector(rsp, &message, space_manager_active_space());
if (space_selector.did_parse && space_selector.sid) {
sel_sid = space_selector.sid;
}
Expand Down

0 comments on commit 680cfb7

Please sign in to comment.