Author: vlendec Date: 2005-12-03 10:15:03 +0000 (Sat, 03 Dec 2005) New Revision: 12046
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12046 Log: Fix typo Modified: branches/SAMBA_3_0/source/include/ntdomain.h trunk/source/include/ntdomain.h Changeset: Modified: branches/SAMBA_3_0/source/include/ntdomain.h =================================================================== --- branches/SAMBA_3_0/source/include/ntdomain.h 2005-12-03 06:58:54 UTC (rev 12045) +++ branches/SAMBA_3_0/source/include/ntdomain.h 2005-12-03 10:15:03 UTC (rev 12046) @@ -284,7 +284,7 @@ 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; Modified: trunk/source/include/ntdomain.h =================================================================== --- trunk/source/include/ntdomain.h 2005-12-03 06:58:54 UTC (rev 12045) +++ trunk/source/include/ntdomain.h 2005-12-03 10:15:03 UTC (rev 12046) @@ -284,7 +284,7 @@ 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;