diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-16 14:33:31 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-16 14:33:31 +0200 |
commit | 27112b22416a603c6afe05e343359e1cf752b8a3 (patch) | |
tree | 1dc1eb9a0271c0106cf7859217437ca301874e03 /runtime/glbl.c | |
parent | ffa4f08b98d6a8b820b082e4504a4ede495675ca (diff) | |
download | rsyslog-27112b22416a603c6afe05e343359e1cf752b8a3.tar.gz rsyslog-27112b22416a603c6afe05e343359e1cf752b8a3.tar.bz2 rsyslog-27112b22416a603c6afe05e343359e1cf752b8a3.zip |
undo "localhostname property handling simplification", which broke things
in v7.5, this is not a simplification but actually complicates things. While
we could fix the effects by patching other places, the end result would be
anything else but simpler. So we undid that change.
Diffstat (limited to 'runtime/glbl.c')
-rw-r--r-- | runtime/glbl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/glbl.c b/runtime/glbl.c index 17ae0451..e1d4e92d 100644 --- a/runtime/glbl.c +++ b/runtime/glbl.c @@ -447,7 +447,6 @@ finalize_it: static prop_t* GetLocalHostNameProp(void) { - prop.AddRef(propLocalHostName); return(propLocalHostName); } |