diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-07-11 20:00:57 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-07-11 20:00:57 +0000 |
| commit | b2f59c1dc13b0b9d20af9fafe5cc320cd30aa3ec (patch) | |
| tree | f18b5948ef4b026336e6e47c104c1da52ca9c7cc /sbin | |
| parent | c8059ba46db38108b9358c1371d45fde7ac974fa (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/natd/natd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/natd/natd.c b/sbin/natd/natd.c index a4845d88093a..a41d540b4bda 100644 --- a/sbin/natd/natd.c +++ b/sbin/natd/natd.c @@ -822,7 +822,7 @@ void Warn (const char* msg) if (background) syslog (LOG_ALERT, "%s (%m)", msg); else - warn (msg); + warn ("%s", msg); } static void RefreshAddr (int sig) |
