Skip to content

Commit 102ea36

Browse files
iboukrisfrozencemetery
authored andcommitted
Clean unreachable code
Seem trivial, silents compiler warning: warning: gssapi/raw/sec_contexts.pyx:367:8: Unreachable code
1 parent 21ae06b commit 102ea36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gssapi/raw/sec_contexts.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ channel_bindings=None)
362362
ret_flags),
363363
output_ttl_py, oc,
364364
maj_stat == GSS_S_CONTINUE_NEEDED)
365-
return res
366365
else:
367366
raise GSSError(maj_stat, min_stat, token=output_token)
368367

0 commit comments

Comments
 (0)