summaryrefslogtreecommitdiff
path: root/passlib/handlers/misc.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/handlers/misc.py')
-rw-r--r--passlib/handlers/misc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/passlib/handlers/misc.py b/passlib/handlers/misc.py
index cb812ff..7121707 100644
--- a/passlib/handlers/misc.py
+++ b/passlib/handlers/misc.py
@@ -141,6 +141,8 @@ class unix_disabled(object):
# NOTE: config/hash will generally be "!" or "*",
# but we want to preserve it in case it has some other content,
# such as ``"!" + original hash``, which glibc uses.
+ # XXX: should this detect mcf header, or other things re:
+ # local system policy?
return to_native_str(config, errname="config")
else:
return to_native_str(marker or cls.marker, errname="marker")