summaryrefslogtreecommitdiffstats
path: root/contrib/openpam/lib/openpam_set_option.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/openpam_set_option.c')
-rw-r--r--contrib/openpam/lib/openpam_set_option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_set_option.c b/contrib/openpam/lib/openpam_set_option.c
index f65733b..d981398 100644
--- a/contrib/openpam/lib/openpam_set_option.c
+++ b/contrib/openpam/lib/openpam_set_option.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/openpam_set_option.c#6 $
+ * $P4: //depot/projects/openpam/lib/openpam_set_option.c#7 $
*/
#include <sys/param.h>
@@ -61,7 +61,7 @@ openpam_set_option(pam_handle_t *pamh,
size_t len;
int i;
- ENTER();
+ ENTERS(option);
if (pamh == NULL || pamh->current == NULL || option == NULL)
RETURNC(PAM_SYSTEM_ERR);
cur = pamh->current;
OpenPOWER on IntegriCloud