diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-09 16:12:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:00 -0500 |
commit | 46fdae1b6b1b8e3285447193cb10e5a2a444d431 (patch) | |
tree | 8fe77aa1bc641d008ab9feec3f11207f83cfb481 /source3/smbd/open.c | |
parent | 87bd4d2723e806ac0bc751ccf36fcdb8ed01c03c (diff) | |
download | samba-46fdae1b6b1b8e3285447193cb10e5a2a444d431.tar.gz samba-46fdae1b6b1b8e3285447193cb10e5a2a444d431.tar.bz2 samba-46fdae1b6b1b8e3285447193cb10e5a2a444d431.zip |
r20634: A *LOT* more work is necessary before touching notify remotely starts to make
sense. Until then, remove it from the tree to keep the diff between 3_0_24 and
3_0 small.
Volker
(This used to be commit f146a85e74c84e78a11e616a1cbeaeef4693a0e0)
Diffstat (limited to 'source3/smbd/open.c')
-rw-r--r-- | source3/smbd/open.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 81537e0be3..bccc91bbd3 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -309,8 +309,6 @@ static NTSTATUS open_file(files_struct *fsp, fsp); } - notify_action(conn, parent_dir, name, -1, - NOTIFY_ACTION_ADDED); } } else { @@ -1944,9 +1942,6 @@ static NTSTATUS mkdir_internal(connection_struct *conn, const char *name, change_dir_owner_to_parent(conn, parent_dir, name, psbuf); } - notify_action(conn, parent_dir, dirname, FILE_NOTIFY_CHANGE_DIR_NAME, - NOTIFY_ACTION_ADDED); - return NT_STATUS_OK; } |