Blame SOURCES/0001-fix-typo-in-flag-value.patch

f441eb
From 870ecd8f982ebb97092a93d730ad4006bd78505c Mon Sep 17 00:00:00 2001
f441eb
From: Sumit Bose <sbose@redhat.com>
f441eb
Date: Wed, 8 Aug 2018 12:03:01 +0200
f441eb
Subject: [PATCH 1/4] fix typo in flag value
f441eb
f441eb
---
f441eb
 library/adenroll.h | 2 +-
f441eb
 1 file changed, 1 insertion(+), 1 deletion(-)
f441eb
f441eb
diff --git a/library/adenroll.h b/library/adenroll.h
f441eb
index f87dffa..abbbfd4 100644
f441eb
--- a/library/adenroll.h
f441eb
+++ b/library/adenroll.h
f441eb
@@ -30,7 +30,7 @@ typedef enum {
f441eb
 	ADCLI_ENROLL_NO_KEYTAB = 1 << 1,
f441eb
 	ADCLI_ENROLL_ALLOW_OVERWRITE = 1 << 2,
f441eb
 	ADCLI_ENROLL_PASSWORD_VALID = 1 << 3,
f441eb
-	ADCLI_ENROLL_ADD_SAMBA_DATA = 1 << 3,
f441eb
+	ADCLI_ENROLL_ADD_SAMBA_DATA = 1 << 4,
f441eb
 } adcli_enroll_flags;
f441eb
 
f441eb
 typedef struct _adcli_enroll adcli_enroll;
f441eb
-- 
f441eb
2.17.1
f441eb