diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-06-12 05:34:14 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-06-12 05:34:14 +0000 |
commit | 2b37fd8435fa2ee20395e028d0371a0eca7785ff (patch) | |
tree | 5b7572a54349c25b71e50dfd0bd00f9a0f07763c /source3/smbd/notify.c | |
parent | 6db12f718007592cf971b22f376fde796e637727 (diff) | |
download | samba-2b37fd8435fa2ee20395e028d0371a0eca7785ff.tar.gz samba-2b37fd8435fa2ee20395e028d0371a0eca7785ff.tar.xz samba-2b37fd8435fa2ee20395e028d0371a0eca7785ff.zip |
fixed comments at top of module
(This used to be commit 02577ab7d275dfb49e104f3358cb3caa66b3b09e)
Diffstat (limited to 'source3/smbd/notify.c')
-rw-r--r-- | source3/smbd/notify.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/smbd/notify.c b/source3/smbd/notify.c index 26be17c590..3af9da238f 100644 --- a/source3/smbd/notify.c +++ b/source3/smbd/notify.c @@ -1,9 +1,10 @@ #define OLD_NTDOMAIN 1 /* Unix SMB/Netbios implementation. - Version 1.9. - SMB NT transaction handling + Version 3.0 + change notify handling Copyright (C) Jeremy Allison 1994-1998 + Copyright (C) Andrew Tridgell 2000 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |