diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-31 12:23:50 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-31 12:23:50 +0000 |
commit | 4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f (patch) | |
tree | 485aec39b5194b299b28e323be995e9d101e75db | |
parent | 26aa8b09dbc2de1c7bdd97921a273511d585e043 (diff) | |
download | rsyslog-4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f.tar.gz rsyslog-4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f.tar.xz rsyslog-4a5f85118a29eb6c017aa47af4c8bfaf1a616c7f.zip |
cleanup
-rw-r--r-- | net.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -631,8 +631,8 @@ should_use_so_bsdcompat(void) * we should abort. For this, the return value tells the caller if the * message should be processed (1) or discarded (0). */ -/* TODO: after the bughunt, make this function static - rgerhards, 2007-09-18 */ -rsRetVal gethname(struct sockaddr_storage *f, uchar *pszHostFQDN) +static rsRetVal +gethname(struct sockaddr_storage *f, uchar *pszHostFQDN) { DEFiRet; int error; |