summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
diff options
context:
space:
mode:
authorShirish Kalele <kalele@samba.org>2000-03-13 18:18:36 +0000
committerShirish Kalele <kalele@samba.org>2000-03-13 18:18:36 +0000
commit7d2a8cd4c621e6a13476b994f872661390cb6787 (patch)
tree375b720a366bdb223a168326605383c9c8e6f5b9 /source3/smbd/trans2.c
parent3e07f63b7c13049a49f3c1bf8a436b147390ecae (diff)
downloadsamba-7d2a8cd4c621e6a13476b994f872661390cb6787.tar.gz
samba-7d2a8cd4c621e6a13476b994f872661390cb6787.tar.bz2
samba-7d2a8cd4c621e6a13476b994f872661390cb6787.zip
Cleaning up call_trans2getdfsreferral.
Instead of a #ifdef MS_DFS in call_trans2getdfsreferral()... , now using a generic call leading to some #define problems.. hopefully I've corrected the last of them. (This used to be commit b5a489fbb808cc7c8ff2338344ef2dae8e351e44)
Diffstat (limited to 'source3/smbd/trans2.c')
-rw-r--r--source3/smbd/trans2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 3283cbacce..308ba2dacd 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -2161,7 +2161,6 @@ static int call_trans2getdfsreferral(connection_struct *conn, char* inbuf,
SSVAL(outbuf,smb_flg2,SVAL(outbuf,smb_flg2) | FLAGS2_UNICODE_STRINGS |
FLAGS2_DFS_PATHNAMES);
send_trans2_replies(outbuf,bufsize,0,0,*ppdata,reply_size);
-#endif
return(-1);
}