summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-05 18:50:18 +0000
committerJeremy Allison <jra@samba.org>2000-10-05 18:50:18 +0000
commit7914e9351abb5271ebb4990c3b1fe495d15a4eda (patch)
treee001ac39dcf609cff969b909a5393a47f795c5c5 /source/include/smb.h
parent3664e80fcd292ee8ba20861b01945d7db59858a9 (diff)
downloadsamba-7914e9351abb5271ebb4990c3b1fe495d15a4eda.tar.gz
samba-7914e9351abb5271ebb4990c3b1fe495d15a4eda.tar.xz
samba-7914e9351abb5271ebb4990c3b1fe495d15a4eda.zip
Herb's fixes for profiling & compiler warnings.
Jeremy.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index c8696503738..02ef9400850 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -622,8 +622,7 @@ struct current_user
#define NUM_FLUSH_REASONS 8 /* Keep this in sync with the enum below. */
enum flush_reason_enum { SEEK_FLUSH, READ_FLUSH, WRITE_FLUSH, READRAW_FLUSH,
- OPLOCK_RELEASE_FLUSH, CLOSE_FLUSH, SYNC_FLUSH, SIZECHANGE_FLUSH };
-
+ OPLOCK_RELEASE_FLUSH, CLOSE_FLUSH, SYNC_FLUSH, SIZECHANGE_FLUSH };
/* Defines for the sent_oplock_break field above. */
#define NO_BREAK_SENT 0
#define EXCLUSIVE_BREAK_SENT 1