From 500e24075f03f72f8cf4a26482cbb50aa5cff8e1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 8 Nov 2017 12:30:07 -0500 Subject: [PATCH] LP#1724915: update the API doc for open-ils.auth.session.retrieve Signed-off-by: Galen Charlton --- Open-ILS/src/c-apps/oils_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/c-apps/oils_auth.c b/Open-ILS/src/c-apps/oils_auth.c index 35199e8394..b87d1ca6a1 100644 --- a/Open-ILS/src/c-apps/oils_auth.c +++ b/Open-ILS/src/c-apps/oils_auth.c @@ -104,7 +104,7 @@ int osrfAppInitialize() { "returned to the caller along with the user object. If a 3rd " "non-zero parameter is passed, the auth timeout will not be reset." "Returns the user object (password blanked) for the given login session " - "PARAMS( authToken )", 1, 0 ); + "PARAMS( authToken[, returnTime[, doNotResetSession]] )", 1, 0 ); osrfAppRegisterMethod( MODULENAME, -- 2.11.0