summaryrefslogtreecommitdiff
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 3518fb1c6..f1ac59814 100644
--- a/auth1.c
+++ b/auth1.c
@@ -57,7 +57,7 @@ struct AuthMethod1 {
57 int type; 57 int type;
58 char *name; 58 char *name;
59 int *enabled; 59 int *enabled;
60+ int (*method)(Authctxt *); 60 int (*method)(Authctxt *);
61}; 61};
62 62
63const struct AuthMethod1 auth1_methods[] = { 63const struct AuthMethod1 auth1_methods[] = {