Whitespace syncup.
authorTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 03:48:26 +0000 (03:48 +0000)
committerTim Potter <tpot@samba.org>
Mon, 14 Apr 2003 03:48:26 +0000 (03:48 +0000)
source/smbd/connection.c
source/smbd/dir.c
source/smbd/ipc.c
source/smbd/service.c

index 17b5be8a7bb0548b942bc34a7a62d2e1963f6e31..5547309a818591d24401bd36889640b9ba8a199d 100644 (file)
@@ -172,7 +172,7 @@ BOOL claim_connection(connection_struct *conn, const char *name,int max_connecti
                crec.uid = conn->uid;
                crec.gid = conn->gid;
                safe_strcpy(crec.name,
-                       lp_servicename(SNUM(conn)),sizeof(crec.name)-1);
+                           lp_servicename(SNUM(conn)),sizeof(crec.name)-1);
        }
        crec.start = time(NULL);
        crec.bcast_msg_flags = msg_flags;
index 3f29ac892c7f8816bab321fdd71c59ed46234214..6cf56fd373bb0089ea1a438de7c10ff8ad7163df 100644 (file)
@@ -627,8 +627,8 @@ BOOL get_dir_entry(connection_struct *conn,char *mask,int dirtype, pstring fname
                        see masktest for a demo
                */
                if ((strcmp(mask,"*.*") == 0) ||
-                               mask_match(filename,mask,False) ||
-                               mangle_mask_match(conn,filename,mask)) {
+                   mask_match(filename,mask,False) ||
+                   mangle_mask_match(conn,filename,mask)) {
                        if (isrootdir && (strequal(filename,"..") || strequal(filename,".")))
                                continue;
 
index c4a12ab531b50d50d3a2998ae69b0e9e7885f72b..85e28f5d17279ba2c4fcf0da040fdec56e95ac03 100644 (file)
@@ -138,9 +138,9 @@ void send_trans_reply(char *outbuf,
                set_message(outbuf,10,1+this_ldata+this_lparam+align,False);
 
                copy_trans_params_and_data(outbuf, align,
-                                                                       rparam, tot_param_sent, this_lparam,
-                                                                       rdata, tot_data_sent, this_ldata);
-
+                                          rparam, tot_param_sent, this_lparam,
+                                          rdata, tot_data_sent, this_ldata);
+               
                SSVAL(outbuf,smb_vwv3,this_lparam);
                SSVAL(outbuf,smb_vwv4,smb_offset(smb_buf(outbuf)+1,outbuf));
                SSVAL(outbuf,smb_vwv5,tot_param_sent);
index 67eea806c4bcf6fb2ac3222f6fd99fa20a2c1a9c..18a92bc82ff505d6d3077f9edfc67c1f04012976 100644 (file)
@@ -762,7 +762,7 @@ connection_struct *make_connection(const char *service_in, DATA_BLOB password,
        fstring service;
        fstring dev;
        int snum = -1;
-       
+
        fstrcpy(dev, pdev);
 
        /* This must ONLY BE CALLED AS ROOT. As it exits this function as root. */