]> code.citadel.org Git - citadel.git/blobdiff - webcit/netconf.c
* Better alignment of system messages
[citadel.git] / webcit / netconf.c
index 211c2ef18e8b8bf9873722f7c77f891a32f38074..0131447cfb38e5307b3fc70c82a1b1cb0c844d8f 100644 (file)
@@ -274,7 +274,8 @@ void add_node(void)
                        wprintf("<A HREF=\"/display_netconf\">Back to menu</A>\n");
                        wDumpContent(1);
                } else {
-                       display_error(&buf[4]);
+                       strcpy(WC->ImportantMessage, &buf[4]);
+                       display_netconf();
                }
        }
 }