mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
s4:dsdb: Remove trailing whitespace
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
9ebe4de113
commit
64f6627329
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
Unix SMB/CIFS implementation.
|
||||
Samba utility functions
|
||||
|
||||
@ -102,8 +102,8 @@ int dsdb_module_search_dn(struct ldb_module *module,
|
||||
if (res->count != 1) {
|
||||
/* we may be reading a DB that does not have the 'check base on search' option... */
|
||||
ret = LDB_ERR_NO_SUCH_OBJECT;
|
||||
ldb_asprintf_errstring(ldb_module_get_ctx(module),
|
||||
"dsdb_module_search_dn: did not find base dn %s (%d results)",
|
||||
ldb_asprintf_errstring(ldb_module_get_ctx(module),
|
||||
"dsdb_module_search_dn: did not find base dn %s (%d results)",
|
||||
ldb_dn_get_linearized(basedn), res->count);
|
||||
} else {
|
||||
*_res = talloc_steal(mem_ctx, res);
|
||||
|
@ -1,20 +1,20 @@
|
||||
/*
|
||||
/*
|
||||
Unix SMB/CIFS implementation.
|
||||
|
||||
interface functions for the sam database
|
||||
|
||||
Copyright (C) Andrew Tridgell 2004
|
||||
|
||||
|
||||
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
|
||||
the Free Software Foundation; either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@ -54,7 +54,7 @@ enum dsdb_password_checked {
|
||||
|
||||
#define DSDB_CONTROL_CURRENT_PARTITION_OID "1.3.6.1.4.1.7165.4.3.2"
|
||||
struct dsdb_control_current_partition {
|
||||
/*
|
||||
/*
|
||||
* this is the version of the dsdb_control_current_partition
|
||||
* version 0: initial implementation
|
||||
* version 1: got rid of backend and module fields
|
||||
@ -268,7 +268,7 @@ struct dsdb_extended_replicated_object {
|
||||
#define DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID "1.3.6.1.4.1.7165.4.4.2"
|
||||
|
||||
struct dsdb_extended_replicated_objects {
|
||||
/*
|
||||
/*
|
||||
* this is the version of the dsdb_extended_replicated_objects
|
||||
* version 0: initial implementation
|
||||
*/
|
||||
|
Reference in New Issue
Block a user