From 678f13c761bea7b4dc4b96c4c1a7d65ee143181c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 3 Dec 2005 10:15:03 +0000 Subject: r12046: Fix typo (This used to be commit b9d1a659109daeeb625f3e6caf7ec706ccdde230) --- source3/include/ntdomain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/ntdomain.h') 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; -- cgit