File: create_inbounds_tmp

package info (click to toggle)
ifmail 2.14tx8.10-27
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,912 kB
  • sloc: ansic: 30,327; perl: 4,955; yacc: 838; makefile: 716; sh: 424; cpp: 235; lex: 206; awk: 24
file content (17 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/ifcico/ifcico.c
+++ b/ifcico/ifcico.c
@@ -204,6 +204,14 @@ char *envp[];
 	p=xstrcat(p,"/tmp/");
 	mkdirs(p);
 	free(p);
+	p=xstrcpy(listinbound);
+	p=xstrcat(p,"/tmp/");
+	mkdirs(p);
+	free(p);
+	p=xstrcpy(protinbound);
+	p=xstrcat(p,"/tmp/");
+	mkdirs(p);
+	free(p);
 
 	maxrc=0;
 	if (master)