Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
add default arg
Browse files Browse the repository at this point in the history
  • Loading branch information
agx committed Sep 17, 2008
1 parent 71a02bf commit d190d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysrc/kerberos.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def authGSSClientUnwrap(context, challenge):
@return: a result code (see above)
"""

def authGSSClientWrap(context, data, user):
def authGSSClientWrap(context, data, user=None):
"""
Perform the client side GSSAPI wrap step.
Expand Down

0 comments on commit d190d67

Please sign in to comment.