diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-05 20:28:05 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-08-05 20:28:05 +0200 |
commit | 39b015837378b6dca72c477225444e700fe40040 (patch) | |
tree | 1cb6e0ace82871a9081584ce0a3feeb3db19e253 /source4 | |
parent | 3854b5e6146ff8efeb4379a502bb083cbaa05ce4 (diff) | |
download | samba-39b015837378b6dca72c477225444e700fe40040.tar.gz samba-39b015837378b6dca72c477225444e700fe40040.tar.bz2 samba-39b015837378b6dca72c477225444e700fe40040.zip |
s4:ldb Cosmetic corrections in "rdn_name" module
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/modules/rdn_name.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/ldb/modules/rdn_name.c b/source4/lib/ldb/modules/rdn_name.c index e9f873f073..65cdb2545e 100644 --- a/source4/lib/ldb/modules/rdn_name.c +++ b/source4/lib/ldb/modules/rdn_name.c @@ -1,8 +1,8 @@ /* ldb database library - Copyright (C) Andrew Bartlet 2005 - Copyright (C) Simo Sorce 2006-2008 + Copyright (C) Andrew Bartlett 2005 + Copyright (C) Simo Sorce 2006-2008 ** NOTE! The following LGPL license applies to the ldb ** library. This does NOT imply that all of Samba is released @@ -23,13 +23,13 @@ */ /* - * Name: rdb_name + * Name: rdn_name * * Component: ldb rdn name module * * Description: keep a consistent name attribute on objects manpulations * - * Author: Andrew Bartlet + * Author: Andrew Bartlett * * Modifications: * - made the module async |