]> code.citadel.org Git - citadel.git/blobdiff - citadel/routines2.c
- fixes for building without OpenSSL
[citadel.git] / citadel / routines2.c
index bb53c4c68aa28875a375a606b9216b4745f696dd..c6ab3ae2703b5140f52fa48151dd72634c88d894 100644 (file)
@@ -1018,7 +1018,7 @@ void network_config_management(char *entrytype, char *comment) {
                chmod(filename, 0600);
                screen_reset();
                sttybbs(SB_RESTORE);
-               setenv("WINDOW_TITLE", "Network configuration", 1);
+               putenv("WINDOW_TITLE=Network configuration");
                execlp(editor_path, editor_path, filename, NULL);
                exit(1);
        }