* --pedantic cleanup.
[citadel.git] / webcit / auth.c
index 3ae236e4c6cc82ce66ea4e582419a7e9a46aa5b2..77c2d457f503996e1c3a79aaa9c839c007a570e1 100644 (file)
@@ -261,12 +261,13 @@ void do_login(void)
  */
 void openid_manual_create(void)
 {
+       char buf[1024];
+
        if (havebstr("exit_action")) {
                do_logout();
                return;
        }
 
-       char buf[1024];
        if (havebstr("newuser_action")) {
                serv_printf("OIDC %s", bstr("name"));
                serv_getln(buf, sizeof buf);