Got rid of some "/* dw */" comments.
authorWayne Davison <wayned@samba.org>
Thu, 11 Sep 2003 04:48:07 +0000 (04:48 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 11 Sep 2003 04:48:07 +0000 (04:48 +0000)
compat.c

index 9a92577..c2a1103 100644 (file)
--- a/compat.c
+++ b/compat.c
@@ -42,8 +42,8 @@ extern int checksum_seed;
 extern int protocol_version;
 extern int verbose;
 
-extern int read_batch;  /* dw */
-extern int write_batch;  /* dw */
+extern int read_batch;
+extern int write_batch;
 
 void setup_protocol(int f_out,int f_in)
 {
@@ -85,7 +85,7 @@ void setup_protocol(int f_out,int f_in)
        }
 
        if (am_server) {
-               if (read_batch || write_batch) /* dw */
+               if (read_batch || write_batch)
                        checksum_seed = 32761;
                else
                        checksum_seed = time(NULL);