diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-12-03 10:15:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:43 -0500 |
commit | 678f13c761bea7b4dc4b96c4c1a7d65ee143181c (patch) | |
tree | dbb13f870ddc82671c9b4b6f572a7e7e157bff09 | |
parent | a168730dda8f6917bf89d82824060cdd815c7297 (diff) | |
download | samba-678f13c761bea7b4dc4b96c4c1a7d65ee143181c.tar.gz samba-678f13c761bea7b4dc4b96c4c1a7d65ee143181c.tar.bz2 samba-678f13c761bea7b4dc4b96c4c1a7d65ee143181c.zip |
r12046: Fix typo
(This used to be commit b9d1a659109daeeb625f3e6caf7ec706ccdde230)
-rw-r--r-- | source3/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index fd36006c0b..a30b724372 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -284,7 +284,7 @@ typedef struct pipes_struct { output_data out_data; - /* This context is used for PUD data and is freed between each pdu. + /* This context is used for PDU data and is freed between each pdu. Don't use for pipe state storage. */ TALLOC_CTX *mem_ctx; |