Skip to content

Commit

Permalink
systemtap: Missing a comma
Browse files Browse the repository at this point in the history
sssd_functions.stp was missing a comma.

Thanks to William Cohen for reporting the issue and the patch to fix it.

https://bugzilla.redhat.com/show_bug.cgi?id=1840194

Resolves: #5201

Reviewed-by: Pawel Polawski <ppolawsk@redhat.com>
  • Loading branch information
avisiedo authored and pbrezina committed Jun 25, 2020
1 parent 31e5743 commit 6602952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systemtap/sssd_functions.stp
Expand Up @@ -7,7 +7,7 @@ global TARGET_ID=0, TARGET_AUTH=1, TARGET_ACCESS=2, TARGET_CHPASS=3,
global METHOD_CHECK_ONLINE=0, METHOD_ACCOUNT_HANDLER=1, METHOD_AUTH_HANDLER=2,
METHOD_ACCESS_HANDLER=3, METHOD_SELINUX_HANDLER=4, METHOD_SUDO_HANDLER=5,
METHOD_AUTOFS_HANDLER=6, METHOD_HOSTID_HANDLER=7, METHOD_DOMAINS_HANDLER=8,
METHOD_RESOLVER_HANDLER=9 METHOD_SENTINEL=10
METHOD_RESOLVER_HANDLER=9, METHOD_SENTINEL=10

function acct_req_desc(entry_type)
{
Expand Down

0 comments on commit 6602952

Please sign in to comment.