From 7d2a8cd4c621e6a13476b994f872661390cb6787 Mon Sep 17 00:00:00 2001 From: Shirish Kalele Date: Mon, 13 Mar 2000 18:18:36 +0000 Subject: 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) --- source3/smbd/trans2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd/trans2.c') 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); } -- cgit