aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/parser.c
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2013-05-28 12:53:17 +0200
committerCharles Longeau <github@chl.be>2013-05-28 12:53:17 +0200
commit01ac9d9dc33888bc7c21a6d7fd423424611536ab (patch)
tree5d76e89ab323eede88d68e363aa4f0f739c6e63b /smtpd/parser.c
parentMerge branch 'master' into portable (diff)
parentMerge branch 'master' of ssh://ssh.poolp.org/git/opensmtpd (diff)
downloadOpenSMTPD-01ac9d9dc33888bc7c21a6d7fd423424611536ab.tar.xz
OpenSMTPD-01ac9d9dc33888bc7c21a6d7fd423424611536ab.zip
fix merge master conflicts
Diffstat (limited to 'smtpd/parser.c')
-rw-r--r--smtpd/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtpd/parser.c b/smtpd/parser.c
index b1b45e52..32a405cc 100644
--- a/smtpd/parser.c
+++ b/smtpd/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.33 2013/02/14 12:30:49 gilles Exp $ */
+/* $OpenBSD: parser.c,v 1.34 2013/05/24 17:03:14 eric Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org>