diff options
Diffstat (limited to 'source/rpc_server/srv_dfs_nt.c')
-rw-r--r-- | source/rpc_server/srv_dfs_nt.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source/rpc_server/srv_dfs_nt.c b/source/rpc_server/srv_dfs_nt.c index 5dcf7894f33..81763b447d1 100644 --- a/source/rpc_server/srv_dfs_nt.c +++ b/source/rpc_server/srv_dfs_nt.c @@ -22,7 +22,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* This is the implementation of the dfs pipe. */ +/* This is the implementation of the dfs pipe. + * $Id: srv_dfs_nt.c,v 1.1.2.3.2.4 2002/04/30 13:28:00 jra Exp $ + */ #include "includes.h" #include "nterr.h" @@ -361,8 +363,8 @@ WERROR _dfs_get_info(pipes_struct *p, DFS_Q_DFS_GET_INFO *q_u, if(!create_junction(path, &jn)) return WERR_DFS_NO_SUCH_SERVER; - return WERR_DFS_NO_SUCH_VOL; if(!get_referred_path(path, &jn, NULL, NULL)) + return WERR_DFS_NO_SUCH_VOL; r_u->level = level; r_u->ptr_ctr = 1; |