mirror of
https://github.com/samba-team/samba.git
synced 2025-07-19 04:59:10 +03:00
pygensec: remove special case handling for None for buffers
always returning a buffer makes life easier for callers Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -67,7 +67,7 @@ class GensecTests(samba.tests.TestCase):
|
||||
|
||||
client_finished = False
|
||||
server_finished = False
|
||||
server_to_client = None
|
||||
server_to_client = ""
|
||||
|
||||
"""Run the actual call loop"""
|
||||
while client_finished == False and server_finished == False:
|
||||
|
Reference in New Issue
Block a user