summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-09-17 21:05:36 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-09-21 15:10:11 +0200
commitb9941359b3181c42f415530d5ccad0f4664d85fa (patch)
treee19cf23f6af865b2313c9ebbe1a6868f7f39a8a6 /src/providers/krb5
parentc0ee12832555b42c17e48cdf731731454a97972e (diff)
downloadsssd-b9941359b3181c42f415530d5ccad0f4664d85fa.tar.gz
sssd-b9941359b3181c42f415530d5ccad0f4664d85fa.tar.xz
sssd-b9941359b3181c42f415530d5ccad0f4664d85fa.zip
Remove double semicolon at the end of line
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/providers/krb5')
-rw-r--r--src/providers/krb5/krb5_child.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c
index 82522995e..df94bc4c4 100644
--- a/src/providers/krb5/krb5_child.c
+++ b/src/providers/krb5/krb5_child.c
@@ -2612,7 +2612,7 @@ static krb5_error_code privileged_krb5_setup(struct krb5_req *kr,
ret = check_use_fast(&kr->fast_val);
if (ret != EOK) {
DEBUG(SSSDBG_CRIT_FAILURE, "check_use_fast failed.\n");
- return ret;;
+ return ret;
}
/* For ccache types FILE: and DIR: we might need to create some directory