From: Alan T. DeKok Date: Thu, 28 Apr 2011 09:07:07 +0000 (+0200) Subject: Fix typo in attribute name X-Git-Tag: release_2_1_11~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b7620d4d714dfd9a8bc85665f42a0e73900902;p=thirdparty%2Ffreeradius-server.git Fix typo in attribute name --- diff --git a/src/main/soh.c b/src/main/soh.c index 9ea56980f7e..c24790071a9 100644 --- a/src/main/soh.c +++ b/src/main/soh.c @@ -559,7 +559,7 @@ int soh_verify(REQUEST *request, VALUE_PAIR *sohvp, const uint8_t *data, unsigne break; } } else { - vp = pairmake("SoH-Other-Health-Status", NULL, T_OP_EQ); + vp = pairmake("SoH-MS-Health-Other", NULL, T_OP_EQ); /* FIXME: what to do with the payload? */ snprintf(vp->vp_strvalue, sizeof(vp->vp_strvalue), "%08x/%i ?", curr_shid, curr_shid_c); }