File: 09-do-not-disable-logs-with-systemd.patch

package info (click to toggle)
minidlna 1.3.0%2Bdfsg-2.2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,672 kB
  • sloc: ansic: 21,346; sh: 282; makefile: 63
file content (10 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/minidlna.c
+++ b/minidlna.c
@@ -1019,7 +1019,6 @@
 	else if (GETFLAG(SYSTEMD_MASK))
 	{
 		pid = getpid();
-		log_path[0] = '\0';
 	}
 	else
 	{