From 8d759658a0a6bbe7454fc46621dd6e1428835849 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Mon, 17 Jun 2013 19:43:32 +0200 Subject: vfs_catia: use translate direction enum instead of int Signed-off-by: David Disseldorp Reviewed-by: Jeremy Allison --- source3/modules/vfs_catia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules') diff --git a/source3/modules/vfs_catia.c b/source3/modules/vfs_catia.c index 73b45b3571..1a37dd2363 100644 --- a/source3/modules/vfs_catia.c +++ b/source3/modules/vfs_catia.c @@ -222,7 +222,7 @@ static bool init_mappings(connection_struct *conn, static NTSTATUS catia_string_replace_allocate(connection_struct *conn, const char *name_in, char **mapped_name, - int direction) + enum vfs_translate_direction direction) { static smb_ucs2_t *tmpbuf = NULL; smb_ucs2_t *ptr; -- cgit