diff options
Diffstat (limited to 'libexec/tftpd/tftp-utils.c')
-rw-r--r-- | libexec/tftpd/tftp-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/tftpd/tftp-utils.c b/libexec/tftpd/tftp-utils.c index 5613dd1..c55f120 100644 --- a/libexec/tftpd/tftp-utils.c +++ b/libexec/tftpd/tftp-utils.c @@ -121,7 +121,7 @@ get_field(int peer, char *buffer, ssize_t size) /* * Logging functions */ -int _tftp_logtostdout = 1; +static int _tftp_logtostdout = 1; void tftp_openlog(const char *ident, int logopt, int facility) |