mech-anonymous.c revision 76b43e4417bab52e913da39b5f5bc2a130d3f149
/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */
#include "common.h"
#include "mech.h"
static void
{
/* temporarily set the user to the one that was given,
so that the log message goes right */
}
}
static struct auth_request *mech_anonymous_auth_new(void)
{
struct auth_request *request;
return request;
}
const struct mech_module mech_anonymous = {
"ANONYMOUS",
};