summaryrefslogtreecommitdiffstats
path: root/runtime/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-11-30 12:45:37 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-30 12:45:37 +0100
commit3fd95bfb5d522adb2e913becc94b272228469d99 (patch)
treee010aef6657da4eb57ea8b8e7a5f32d553e26631 /runtime/msg.c
parentbdce4afc84d4355398a845fae37f5e183a230a46 (diff)
parent09a10603ffc1189b332df2042944afb70af5deaf (diff)
downloadrsyslog-3fd95bfb5d522adb2e913becc94b272228469d99.tar.gz
rsyslog-3fd95bfb5d522adb2e913becc94b272228469d99.tar.xz
rsyslog-3fd95bfb5d522adb2e913becc94b272228469d99.zip
Merge branch 'v4-beta' into beta
Diffstat (limited to 'runtime/msg.c')
-rw-r--r--runtime/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/msg.c b/runtime/msg.c
index 623c5b4a..cc2f0b69 100644
--- a/runtime/msg.c
+++ b/runtime/msg.c
@@ -1912,7 +1912,7 @@ rsRetVal MsgSetRcvFromIPStr(msg_t *pThis, uchar *psz, int len, prop_t **ppProp)
assert(pThis != NULL);
CHKiRet(prop.CreateOrReuseStringProp(ppProp, psz, len));
- MsgSetRcvFrom(pThis, *ppProp);
+ MsgSetRcvFromIP(pThis, *ppProp);
finalize_it:
RETiRet;