diff options
author | Luke Leighton <lkcl@samba.org> | 1999-07-15 17:52:44 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-07-15 17:52:44 +0000 |
commit | 2b354d7330785337558a678f2b2484691ad7f2eb (patch) | |
tree | e0c4dad0e0ceddf31ba27958ae0b0c86604332af /source3/smbd/trans2.c | |
parent | 92b8937bae9139e3f7464b8cba445e929c802381 (diff) | |
download | samba-2b354d7330785337558a678f2b2484691ad7f2eb.tar.gz samba-2b354d7330785337558a678f2b2484691ad7f2eb.tar.bz2 samba-2b354d7330785337558a678f2b2484691ad7f2eb.zip |
dfs issues
(This used to be commit d9ada8b55d539e555d25298e0a308ea952e2807e)
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r-- | source3/smbd/trans2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index 7cfe291c0d..f324b658b9 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -2135,7 +2135,7 @@ static int call_trans2getdfsreferral(connection_struct *conn, /* reply.server_function=rtp.type; */ - reply.server_function=1; + reply.server_function=0x3; /* write the header */ #ifdef UNICODE_DFS |