mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Fix build when vpopmail support is enabled.
This commit is contained in:
parent
232b1c4042
commit
583a00f4be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187430
11
mail/dovecot-devel/files/patch-src_auth_userdb-vpopmail.c
Normal file
11
mail/dovecot-devel/files/patch-src_auth_userdb-vpopmail.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/auth/userdb-vpopmail.c.orig Thu Mar 15 08:13:18 2007
|
||||
+++ src/auth/userdb-vpopmail.c Thu Mar 15 08:13:28 2007
|
||||
@@ -27,7 +27,7 @@
|
||||
return NULL;
|
||||
}
|
||||
|
||||
- auth_request_log_debug(auth_request, "vpopmail",
|
||||
+ auth_request_log_debug(request, "vpopmail",
|
||||
"lookup user=%s domain=%s",
|
||||
vpop_user, vpop_domain);
|
||||
|
11
mail/dovecot/files/patch-src_auth_userdb-vpopmail.c
Normal file
11
mail/dovecot/files/patch-src_auth_userdb-vpopmail.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/auth/userdb-vpopmail.c.orig Thu Mar 15 08:13:18 2007
|
||||
+++ src/auth/userdb-vpopmail.c Thu Mar 15 08:13:28 2007
|
||||
@@ -27,7 +27,7 @@
|
||||
return NULL;
|
||||
}
|
||||
|
||||
- auth_request_log_debug(auth_request, "vpopmail",
|
||||
+ auth_request_log_debug(request, "vpopmail",
|
||||
"lookup user=%s domain=%s",
|
||||
vpop_user, vpop_domain);
|
||||
|
Loading…
Reference in New Issue
Block a user