diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-08-15 21:05:46 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2007-08-15 21:05:46 +0000 |
commit | 47ecf2213302d9fa2d848b66de4feaff707dc042 (patch) | |
tree | 0ce93d9bea41d68fe24aba560f17c920e35083a5 | |
parent | 6d2b051ee10d097d94bb2eb5893957d8645199cf (diff) |
Remove a superflous debug fprintf.
-rw-r--r-- | sbin/isakmpd/ike_quick_mode.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/ike_quick_mode.c b/sbin/isakmpd/ike_quick_mode.c index cb21c4b67f6..cf075f61867 100644 --- a/sbin/isakmpd/ike_quick_mode.c +++ b/sbin/isakmpd/ike_quick_mode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ike_quick_mode.c,v 1.100 2007/04/16 13:01:39 moritz Exp $ */ +/* $OpenBSD: ike_quick_mode.c,v 1.101 2007/08/15 21:05:45 hshoexer Exp $ */ /* $EOM: ike_quick_mode.c,v 1.139 2001/01/26 10:43:17 niklas Exp $ */ /* @@ -150,8 +150,6 @@ check_policy(struct exchange *exchange, struct sa *sa, struct sa *isakmp_sa) return_values[1] = "true"; /* Create a principal (authorizer) for the SA/ID request. */ - fprintf(stderr, "ISAKMP_SA RECV_CERTTYPE: %i\n", - isakmp_sa->recv_certtype); switch (isakmp_sa->recv_certtype) { case ISAKMP_CERTENC_NONE: /* |