Skip to content
Snippets Groups Projects
Commit 78218507 authored by Moe Jette's avatar Moe Jette
Browse files

Add features to node struct (as placeholder).

parent f641d70c
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,8 @@ extern int update_state_node2(GtkDialog *dialog,
gtk_window_set_default(GTK_WINDOW(dialog), label);
gtk_dialog_add_button(dialog,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
node_msg->features = NULL;
node_msg->reason = NULL;
node_msg->node_names = xstrdup(nodelist);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment