diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2012-05-22 20:42:49 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2012-05-22 20:42:49 +0000 |
commit | f59b327f9477f5337dae78b2cf921e5602911ef6 (patch) | |
tree | e84f8e9900786fc08f09e6561ac9ee820503a988 /usr.sbin/bgpd | |
parent | 91e84b497d8de0227734a7e6f01146b0bd9fd53d (diff) |
Sync log strings with the possible values of IMSG_CTL_RESULT
OK henning@ sthen@
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/log.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/log.h b/usr.sbin/bgpd/log.h index deb480ab453..6ca1bd66cbc 100644 --- a/usr.sbin/bgpd/log.h +++ b/usr.sbin/bgpd/log.h @@ -1,4 +1,4 @@ -/* $OpenBSD: log.h,v 1.11 2008/09/11 14:49:58 henning Exp $ */ +/* $OpenBSD: log.h,v 1.12 2012/05/22 20:42:48 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -109,7 +109,8 @@ static const char * const ctl_res_strerror[] = { "no such neighbor", "permission denied", "neighbor does not have this capability", - "config file has errors, reload failed" + "config file has errors, reload failed", + "out of memory" }; static const char * const timernames[] = { |