]> git.meshlink.io Git - meshlink/blobdiff - src/conf.c
Remove some more traces of tinc.
[meshlink] / src / conf.c
index a53db04604ed10bc8725053a38bb9d33edfb84b8..aa22c47ff9a67807e2721ba7d7671a3bcbfe7a0e 100644 (file)
@@ -323,10 +323,8 @@ bool append_config_file(meshlink_handle_t *mesh, const char *name, const char *k
        if(!fp) {
                logger(DEBUG_ALWAYS, LOG_ERR, "Cannot open config file %s: %s", filename, strerror(errno));
        } else {
-               fprintf(fp, "\n# The following line was automatically added by tinc\n%s = %s\n", key, value);
                fclose(fp);
        }
 
-
        return fp != NULL;
 }