aboutsummaryrefslogtreecommitdiff
path: root/contrib/openpam/lib/openpam_get_option.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/openpam/lib/openpam_get_option.c')
-rw-r--r--contrib/openpam/lib/openpam_get_option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openpam/lib/openpam_get_option.c b/contrib/openpam/lib/openpam_get_option.c
index d3993eadee31..90020d269069 100644
--- a/contrib/openpam/lib/openpam_get_option.c
+++ b/contrib/openpam/lib/openpam_get_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_get_option.c#5 $
+ * $P4: //depot/projects/openpam/lib/openpam_get_option.c#6 $
*/
#include <sys/param.h>
@@ -57,7 +57,7 @@ openpam_get_option(pam_handle_t *pamh,
size_t len;
int i;
- ENTER();
+ ENTERS(option);
if (pamh == NULL || pamh->current == NULL || option == NULL)
RETURNS(NULL);
cur = pamh->current;