diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/access.c | 2 | ||||
-rw-r--r-- | source3/lib/snprintf.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/access.c b/source3/lib/access.c index 31f9db4e55..0fa383d84a 100644 --- a/source3/lib/access.c +++ b/source3/lib/access.c @@ -5,7 +5,7 @@ The code is used here with permission. The code has been considerably changed from the original. Bug reports - should be sent to samba-bugs@samba.anu.edu.au + should be sent to samba-bugs@samba.org */ #include "includes.h" diff --git a/source3/lib/snprintf.c b/source3/lib/snprintf.c index f69c5ca32e..8bbc67a3b6 100644 --- a/source3/lib/snprintf.c +++ b/source3/lib/snprintf.c @@ -45,7 +45,7 @@ * missing. Some systems only have snprintf() but not vsnprintf(), so * the code is now broken down under HAVE_SNPRINTF and HAVE_VSNPRINTF. * - * Andrew Tridgell (tridge@samba.anu.edu.au) Oct 1998 + * Andrew Tridgell (tridge@samba.org) Oct 1998 * fixed handling of %.0f * added test for HAVE_LONG_DOUBLE * |