src/mount_davfs.c [2217:2227]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FILE *file = fopen(filename, "r"); if (!file) { syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_ERR), _("opening %s failed"), filename); return; } size_t n = 0; char *line = NULL; int length = getline(&line, &n, file); int lineno = 1; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/mount_davfs.c [2463:2473]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FILE *file = fopen(filename, "r"); if (!file) { syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_ERR), _("opening %s failed"), filename); return; } size_t n = 0; char *line = NULL; int length = getline(&line, &n, file); int lineno = 1; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -