summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib/pam_acct_mgmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/pam_acct_mgmt.c')
-rw-r--r--contrib/openpam/lib/pam_acct_mgmt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/openpam/lib/pam_acct_mgmt.c b/contrib/openpam/lib/pam_acct_mgmt.c
index 4adfe53..6dbd29a 100644
--- a/contrib/openpam/lib/pam_acct_mgmt.c
+++ b/contrib/openpam/lib/pam_acct_mgmt.c
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/pam_acct_mgmt.c#10 $
+ * $P4: //depot/projects/openpam/lib/pam_acct_mgmt.c#11 $
*/
#include <sys/param.h>
@@ -51,11 +51,11 @@ int
pam_acct_mgmt(pam_handle_t *pamh,
int flags)
{
- int pam_err;
+ int r;
ENTER();
- pam_err = openpam_dispatch(pamh, PAM_SM_ACCT_MGMT, flags);
- RETURNC(pam_err);
+ r = openpam_dispatch(pamh, PAM_SM_ACCT_MGMT, flags);
+ RETURNC(r);
}
/*
OpenPOWER on IntegriCloud