Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
adcli.19060
0031-fix-typo-in-flag-value.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0031-fix-typo-in-flag-value.patch of Package adcli.19060
From c075e8ab860a52286ce1d7f3a66e9e034a7465fa Mon Sep 17 00:00:00 2001 From: Sumit Bose <sbose@redhat.com> Date: Wed, 8 Aug 2018 12:03:01 +0200 Subject: [PATCH 31/34] fix typo in flag value (cherry picked from commit 12e13aaea8ab999540ad62e91829fc3d1815fac1) --- library/adenroll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/adenroll.h b/library/adenroll.h index f87dffa..abbbfd4 100644 --- a/library/adenroll.h +++ b/library/adenroll.h @@ -30,7 +30,7 @@ typedef enum { ADCLI_ENROLL_NO_KEYTAB = 1 << 1, ADCLI_ENROLL_ALLOW_OVERWRITE = 1 << 2, ADCLI_ENROLL_PASSWORD_VALID = 1 << 3, - ADCLI_ENROLL_ADD_SAMBA_DATA = 1 << 3, + ADCLI_ENROLL_ADD_SAMBA_DATA = 1 << 4, } adcli_enroll_flags; typedef struct _adcli_enroll adcli_enroll; -- 2.25.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor