From 1b4dba98a68d3fae75eed5ab9f538213d3ecc098 Mon Sep 17 00:00:00 2001 From: Elizabeth Myers Date: Mon, 4 Apr 2016 03:59:18 -0500 Subject: [PATCH] opm: fix typo --- authd/providers/opm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authd/providers/opm.c b/authd/providers/opm.c index 38baee76..1dd064f3 100644 --- a/authd/providers/opm.c +++ b/authd/providers/opm.c @@ -315,7 +315,7 @@ socks5_connected(rb_fde_t *F, int error, void *data) lrb_assert(scan != NULL); auth = scan->auth; - loookup = get_provider_data(auth, PROVIDER_OPM); + lookup = get_provider_data(auth, PROVIDER_OPM); /* Build the version header and socks request * version header (3 bytes): version, number of auth methods, auth type (0 for none)