Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 7 Jun 2010 07:52:50 +0000 (09:52 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 10 Jun 2010 08:23:06 +0000 (10:23 +0200)
src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c

index 4099d0b..61098a5 100644 (file)
@@ -486,7 +486,6 @@ static int mschapv2_authenticate(void *arg, EAP_HANDLER *handler)
 #endif
 
                eap_ds->request->code = PW_EAP_SUCCESS;
-               DEBUG("SHIT %p", data->mppe_keys);
 
                pairadd(&handler->request->reply->vps, data->mppe_keys);
                data->mppe_keys = NULL;