diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-04-05 06:25:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:17 -0500 |
commit | 27e7c687634aeb2a1b8d91e5cba39e9dfd0b5b31 (patch) | |
tree | 8a97f5aed3c021674b62aa9b48c9871e8cfe8394 | |
parent | 416d7b421001d00c4d494fceb4f2d0ab3e30cfaf (diff) | |
download | samba-27e7c687634aeb2a1b8d91e5cba39e9dfd0b5b31.tar.gz samba-27e7c687634aeb2a1b8d91e5cba39e9dfd0b5b31.tar.bz2 samba-27e7c687634aeb2a1b8d91e5cba39e9dfd0b5b31.zip |
r14921: I forgot to commit the IDL change for the subdir_filter
(This used to be commit af92520097bf817dca6e6ec8eab39b46388d048f)
-rw-r--r-- | source4/librpc/idl/notify.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/notify.idl b/source4/librpc/idl/notify.idl index 6c3414c41a..51c7cd1a01 100644 --- a/source4/librpc/idl/notify.idl +++ b/source4/librpc/idl/notify.idl @@ -16,8 +16,8 @@ interface notify /* structure used in the notify database */ typedef [public] struct { uint32 server; - uint32 filter; - boolean32 recursive; + uint32 filter; /* filter to apply in this directory */ + uint32 subdir_filter; /* filter to apply in child directories */ utf8string path; pointer private; } notify_entry; |