summaryrefslogtreecommitdiffstats
path: root/auth1.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-06-02 08:01:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-06-02 08:01:24 +1000
commit12f6533215c0a36ab29d11ff52a853fce45573b4 (patch)
tree7a1078bfef788cb1e5c8bc81c867d95cb54757cf /auth1.c
parent3750fce6ac6b287f62584ac55a4406df95c71b92 (diff)
Remove stray '+' accidentally introduced in sync
Diffstat (limited to 'auth1.c')
-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[] = {