summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/include/request.h b/source4/include/request.h
index 476cfb2a6a..7dae579c24 100644
--- a/source4/include/request.h
+++ b/source4/include/request.h
@@ -35,7 +35,7 @@ struct request_buffer {
*/
uint_t allocated;
- /* the start of the SMB header - this is always buffer+4 */
+ /* the start of the SMB header - this is always buffer+4 */
char *hdr;
/* the command words and command word count. vwv points
@@ -53,5 +53,5 @@ struct request_buffer {
* a send packet is done we need to move this
* pointer */
char *ptr;
-} in, out;
+};