Loading source3/smbd/filename.c +4 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,10 @@ BOOL unix_convert(pstring name,connection_struct *conn,char *saved_last_componen if (!*name) { name[0] = '.'; name[1] = '\0'; if (SMB_VFS_STAT(conn,name,&st) == 0) { *pst = st; } DEBUG(5,("conversion finished %s -> %s\n",orig_path, name)); return(True); } Loading Loading
source3/smbd/filename.c +4 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,10 @@ BOOL unix_convert(pstring name,connection_struct *conn,char *saved_last_componen if (!*name) { name[0] = '.'; name[1] = '\0'; if (SMB_VFS_STAT(conn,name,&st) == 0) { *pst = st; } DEBUG(5,("conversion finished %s -> %s\n",orig_path, name)); return(True); } Loading