s/avps/vps/g
[moonshot.git] / mech_eap / util_radius.h
index c505b2a..cbd8a92 100644 (file)
@@ -98,11 +98,11 @@ public:
 private:
     bool allocRadHandle(const std::string &configFile);
     const VALUE_PAIR *getAvps(void) const {
-        return m_avps;
+        return m_vps;
     }
 
     struct rs_handle *m_rh;
-    VALUE_PAIR *m_avps;
+    VALUE_PAIR *m_vps;
     bool m_authenticated;
     std::string m_configFile;
 };