Signed-off-by: Bill Erickson <berickxx@gmail.com>
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) {
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