[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
[gd/samba/.git] / source / smbd / vfs.c
index b854c36a7ba56e7a28ba6fcd41bdd61d98c3e320..2fd448061e4d81dac2c1b2acd4858e64ca900810 100644 (file)
@@ -802,7 +802,7 @@ char *vfs_GetWd(connection_struct *conn, char *path)
  it is below dir in the heirachy. This uses realpath.
 ********************************************************************/
 
-NTSTATUS check_reduced_name(connection_struct *conn, const char *fname)
+NTSTATUS reduce_name(connection_struct *conn, const pstring fname)
 {
 #ifdef REALPATH_TAKES_NULL
        BOOL free_resolved_name = True;