summaryrefslogtreecommitdiff
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
commitb5a489fbb808cc7c8ff2338344ef2dae8e351e44 (patch)
tree72c01aabd9ad00f77613c7ecc470445b7518104c
parent2b99318341a3f3a3ac138fe96ad271726bf1552c (diff)
downloadsamba-b5a489fbb808cc7c8ff2338344ef2dae8e351e44.tar.gz
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.
-rw-r--r--source/smbd/trans2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index 3283cbacce9..308ba2dacd5 100644
--- a/source/smbd/trans2.c
+++ b/source/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);
}