diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-12 17:01:44 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-03-12 17:01:44 +0100 |
commit | 2c7604f45b1c416180794f2c4f29ba25504f8d47 (patch) | |
tree | 1159d52a704229f92fa903cc95c00fc8dd95820d /tools | |
parent | f90675f33f33b8a83046f8a8462dd8dbe7648a4a (diff) | |
download | rsyslog-2c7604f45b1c416180794f2c4f29ba25504f8d47.tar.gz rsyslog-2c7604f45b1c416180794f2c4f29ba25504f8d47.tar.xz rsyslog-2c7604f45b1c416180794f2c4f29ba25504f8d47.zip |
cosmetic: removed stray definition
Diffstat (limited to 'tools')
-rw-r--r-- | tools/syslogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 92c539c7..33330a95 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2725,7 +2725,6 @@ int realMain(int argc, char **argv) CHKmalloc(LocalHostName = (uchar*)strdup(hent->h_aliases[i])); } else { CHKmalloc(LocalHostName = (uchar*)strdup(hent->h_name)); - int i; } if((p = (uchar*)strchr((char*)LocalHostName, '.'))) |