Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flag that replica_id is int not str (Fixes #6033) #6034

Merged
merged 1 commit into from
Jan 17, 2024
Merged

Flag that replica_id is int not str (Fixes #6033) #6034

merged 1 commit into from
Jan 17, 2024

Conversation

Elwell
Copy link
Contributor

@Elwell Elwell commented Jan 16, 2024

No description provided.

@vashirov
Copy link
Member

@Elwell, could you please update the commit message according to https://www.port389.org/docs/389ds/contributing.html? I.e. bug description and fix description, even though it's trivial. It would greatly help, thanks!

Bug Description:

dscreate create-template claims replica_id is (str)
but it should be an int

Fix Description:

Change self._type['replica_id'] = str
to self._type['replica_id'] = int

Fixes: #6033

Author: Andrew Elwell <[email protected]>

Reviewed by: @vashirov
@vashirov vashirov merged commit fe11dec into 389ds:main Jan 17, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants