Fix typo in 1.97

This commit is contained in:
Howard Chu 2002-05-11 19:24:04 +00:00
parent b2e731a3e0
commit da7a5a8e79

View file

@ -633,7 +633,7 @@ slap_sasl_authorize(
const char **errstr)
{
struct berval authcDN, authzDN;
int rc:
int rc;
Connection *conn = context;
char *realm;