]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo in attribute name
authorAlan T. DeKok <aland@freeradius.org>
Thu, 28 Apr 2011 09:07:07 +0000 (11:07 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 28 Apr 2011 09:07:07 +0000 (11:07 +0200)
src/main/soh.c

index 9ea56980f7e4600466cd609e9a7b302ca9f85b97..c24790071a989734e5ae71f0340801e55bdd9e74 100644 (file)
@@ -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);
                                }