From: Andreas Schneider Date: Wed, 26 Jun 2024 14:13:09 +0000 (+0200) Subject: s3:smbd: Remove trailing spaces in smb1_process.c X-Git-Tag: tdb-1.4.11~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982c6b2bfac32b3d7a034252bfc8410c96f27992;p=thirdparty%2Fsamba.git s3:smbd: Remove trailing spaces in smb1_process.c Signed-off-by: Andreas Schneider Reviewed-by: Volker Lendecke --- diff --git a/source3/smbd/smb1_process.c b/source3/smbd/smb1_process.c index 9b5a1bb1602..bb83b986c66 100644 --- a/source3/smbd/smb1_process.c +++ b/source3/smbd/smb1_process.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. process incoming packets - main loop Copyright (C) Andrew Tridgell 1992-1998 @@ -642,7 +642,7 @@ NTSTATUS allow_new_trans(struct trans_state *list, uint64_t mid) } /* -These flags determine some of the permissions required to do an operation +These flags determine some of the permissions required to do an operation Note that I don't set NEED_WRITE on some write operations because they are used by some brain-dead clients when printing, and I don't want to @@ -655,7 +655,7 @@ force write permissions on print services. #define AS_GUEST (1<<5) /* Must *NOT* be paired with AS_USER */ #define DO_CHDIR (1<<6) -/* +/* define a list of possible SMB messages and their corresponding functions. Any message that has a NULL function is unimplemented - please feel free to contribute implementations!