diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-08-01 15:38:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-08-01 17:47:05 +0200 |
commit | 695af0f6ed7ed3d266f3bc1a45a8086b31ef287a (patch) | |
tree | 3260252ca3349e8176c041c37763eb9cc29618fe /source4/librpc | |
parent | 0ea3760cae85226f6fbc59a9ca6b9eb9e2ab577b (diff) | |
download | samba-695af0f6ed7ed3d266f3bc1a45a8086b31ef287a.tar.gz samba-695af0f6ed7ed3d266f3bc1a45a8086b31ef287a.tar.bz2 samba-695af0f6ed7ed3d266f3bc1a45a8086b31ef287a.zip |
winsif.idl: fix comment about a pidl bug
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Aug 1 17:47:05 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/winsif.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/winsif.idl b/source4/librpc/idl/winsif.idl index a9bf5549e8..a678331b11 100644 --- a/source4/librpc/idl/winsif.idl +++ b/source4/librpc/idl/winsif.idl @@ -236,8 +236,7 @@ import "nbt.idl"; [out,ref] winsif_Address *server_address, /* * TODO: fix pidl to handles this completly correct... - * currently it gives a warning about a missing pointer - * and completely ignores the size_is(80). + * currently it gives a warning about a missing pointer. */ [out,ref,string,charset(DOS),size_is(80)] uint8 *unc_name ); |