LP#1468422 consistent auth_internal underscores user/berick/lp1468422-auth-internal
authorBill Erickson <berickxx@gmail.com>
Mon, 23 Nov 2015 15:50:45 +0000 (10:50 -0500)
committerBill Erickson <berickxx@gmail.com>
Mon, 23 Nov 2015 15:50:45 +0000 (10:50 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/c-apps/oils_auth.c
Open-ILS/src/c-apps/oils_auth_internal.c

index 58c3639..04a2c62 100644 (file)
@@ -363,7 +363,7 @@ static oilsEvent* oilsAuthHandleLoginOK( jsonObject* userObj, const char* uname,
 
     jsonObject* authEvt = oilsUtilsQuickReq(
         "open-ils.auth_internal",
-        "open-ils.auth-internal.session.create", params);
+        "open-ils.auth_internal.session.create", params);
     jsonObjectFree(params);
 
     if (authEvt) {
index 65922f2..38c5166 100644 (file)
@@ -42,7 +42,7 @@ int osrfAppInitialize() {
 
     osrfAppRegisterMethod(
         MODULENAME,
-        "open-ils.auth-internal.session.create",
+        "open-ils.auth_internal.session.create",
         "oilsAutInternalCreateSession",
         "Adds a user to the authentication cache to indicate "
         "the user is authenticated", 1, 0