]> git.pld-linux.org Git - packages/pure-ftpd.git/blob - pure-ftpd-cap.patch
- back to old good names to be backward compatible, don't merge configs (this sucks...
[packages/pure-ftpd.git] / pure-ftpd-cap.patch
1 diff -ur pure-ftpd-0.96.1-/src/ftpd.c pure-ftpd-0.96.1/src/ftpd.c
2 --- pure-ftpd-0.96.1-/src/ftpd.c        Sat Mar 17 11:54:00 2001
3 +++ pure-ftpd-0.96.1/src/ftpd.c Sat Mar 17 14:21:41 2001
4 @@ -52,7 +52,7 @@
5                 syslog(LOG_ERR, "Cannot cap_set_proc: %s", strerror(errno));
6                 exit(1);
7         }
8 -       if (-1 == cap_free(&caps)) {
9 +       if (-1 == cap_free(caps)) {
10                 printf("421 Cannot cap_free\r\n");
11                 syslog(LOG_ERR, "Cannot cap_set_free");
12                 exit(1);
13 @@ -2273,7 +2273,7 @@
14                 syslog(LOG_ERR, "Cannot cap_set_proc: %s", strerror(errno));
15                 exit(1);
16         }
17 -       if (-1 == cap_free(&caps)) {
18 +       if (-1 == cap_free(caps)) {
19                 printf("421 Cannot cap_free\r\n");
20                 syslog(LOG_ERR, "Cannot cap_set_free");
21                 exit(1);
22 Binary files pure-ftpd-0.96.1-/src/ftpd.o and pure-ftpd-0.96.1/src/ftpd.o differ
23 Binary files pure-ftpd-0.96.1-/src/pure-ftpd and pure-ftpd-0.96.1/src/pure-ftpd differ
This page took 0.077076 seconds and 3 git commands to generate.