]> git.marmaro.de Git - mmh/blobdiff - uip/popsbr.c
Fixed some more problems caught by gcc -ansi -pedantic.
[mmh] / uip / popsbr.c
index ff28705f07af58d4b3d931042279aaaca0f7f886..c566264d3f0f7ea40ee0dbe7bd53583d5d2d5a6f 100644 (file)
@@ -343,12 +343,12 @@ sasl_get_user(void *context, int id, const char **result, unsigned *len)
 static int
 sasl_get_pass(sasl_conn_t *conn, void *context, int id, sasl_secret_t **psecret)
 {
-    NMH_UNUSED (conn);
-
     struct pass_context *p_context = (struct pass_context *) context;
     char *pass = NULL;
     int len;
 
+    NMH_UNUSED (conn);
+
     if (! psecret || id != SASL_CB_PASS)
        return SASL_BADPARAM;