X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsubnet.c;h=9d13d7c5cea7621744cd62e085cfe1553fbf4ca2;hb=67a6d7bcc4891c627663c639c0e02315bd4cf437;hp=0320957fc99e150d258eceb119205b46709bfa61;hpb=5df8a8cb3f4a0d2290f6677b44bbcaaf27a60bbc;p=tinc diff --git a/src/subnet.c b/src/subnet.c index 0320957f..9d13d7c5 100644 --- a/src/subnet.c +++ b/src/subnet.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: subnet.c,v 1.1.2.34 2002/04/09 11:42:48 guus Exp $ + $Id: subnet.c,v 1.1.2.35 2002/04/26 18:13:00 zarq Exp $ */ #include "config.h" @@ -271,7 +271,7 @@ cp subnet->net.ipv6.prefixlength); break; default: - syslog(LOG_ERR, _("net2str() was called with unknown subnet type %d, exitting!"), subnet->type); + syslog(LOG_ERR, _("net2str() was called with unknown subnet type %d, exiting!"), subnet->type); cp_trace(); exit(0); }