Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
Syncrepl monitoring tools
Commits
b7694b4a
Commit
b7694b4a
authored
Oct 13, 2021
by
Ondřej Kuzník
Browse files
Deal with sid reconfiguration
parent
77715d06
Changes
1
Hide whitespace changes
Inline
Side-by-side
syncmonitor/environment.py
View file @
b7694b4a
...
...
@@ -131,7 +131,7 @@ class Provider:
def
_update_cookie
(
self
,
new_cookie
):
logger
.
debug
(
"Update from ourselves, cookie %s"
,
new_cookie
)
if
self
.
sid
is
None
:
if
self
.
sid
!=
new_cookie
.
sid
:
self
.
sid
=
new_cookie
.
sid
self
.
sid_discovered
(
self
.
sid
)
self
.
cookie
.
update
(
new_cookie
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment