forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
289 B
C
11 lines
289 B
C
--- src/libspf/main.c.orig Thu Jul 28 17:23:42 2005
|
|
+++ src/libspf/main.c Thu Jul 28 17:24:11 2005
|
|
@@ -1683,7 +1683,7 @@
|
|
xfree(p->from);
|
|
}
|
|
|
|
- if (p->spf_rlevel > 0)
|
|
+ if (p->spf_rlevel > 0 && p->current_domain != p->original_domain)
|
|
{
|
|
xfree(p->current_domain);
|
|
}
|