]> git.sur5r.net Git - openldap/blobdiff - clients/ud/auth.c
Found the really, really stupid bug. The SAFEMEMCPY macro
[openldap] / clients / ud / auth.c
index 2f64d81c66271f36677bc05953de46eacf96d4ff..8f14aa7a2fc069b7578c59607cf3fbfd23cf7263 100644 (file)
@@ -40,6 +40,8 @@ static int kinit();
 static int valid_tgt();
 #endif
 
+static void set_bound_dn();
+
 auth(who, implicit)
 char *who;
 int implicit;
@@ -68,7 +70,6 @@ int implicit;
        extern void printbase();        /* used to pretty-print a base */
        extern int bind_status;
        extern void Free();
-       static void set_bound_dn();
 
 #ifdef DEBUG
        if (debug & D_TRACE)