1
0
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:
Andrew Tridgell
2011-01-19 10:31:28 +11:00
parent f8f1711f61
commit bc0230be1d
2 changed files with 29 additions and 36 deletions

View File

@ -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: