summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker <dtucker>2013-06-01 22:01:24 +0000
committerdtucker <dtucker>2013-06-01 22:01:24 +0000
commit9015b96762cda36dd098909d314abf14acce0c99 (patch)
treeca0e8092ed2e79d06d4cb36b4a10bd64d633e5aa
parent552d27841395d48635e11c25480244dd35b3676c (diff)
downloadopenssh-9015b96762cda36dd098909d314abf14acce0c99.tar.gz
Remove stray '+' accidentally introduced in sync
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index 3518fb1c..f1ac5981 100644
--- a/auth1.c
+++ b/auth1.c
@@ -57,7 +57,7 @@ struct AuthMethod1 {
int type;
char *name;
int *enabled;
-+ int (*method)(Authctxt *);
+ int (*method)(Authctxt *);
};
const struct AuthMethod1 auth1_methods[] = {