summaryrefslogtreecommitdiff
path: root/source3/smbd/mangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/mangle.c')
-rw-r--r--source3/smbd/mangle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/mangle.c b/source3/smbd/mangle.c
index 9d0641d5c8..6bf60f0543 100644
--- a/source3/smbd/mangle.c
+++ b/source3/smbd/mangle.c
@@ -28,6 +28,7 @@ static struct {
struct mangle_fns *(*init_fn)(void);
} mangle_backends[] = {
{ "hash", mangle_hash_init },
+ { "hash2", mangle_hash2_init },
{ NULL, NULL }
};