summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-26 06:08:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:51 -0500
commite83fb4fa1b08b427888c7e1b62fff0520bcd6942 (patch)
tree4ff7577748759774674ea00eecf9f20495199628 /source4/dsdb
parentae73a40ad4c09a93abe00ee99ea868b0196d3449 (diff)
downloadsamba-e83fb4fa1b08b427888c7e1b62fff0520bcd6942.tar.gz
samba-e83fb4fa1b08b427888c7e1b62fff0520bcd6942.tar.bz2
samba-e83fb4fa1b08b427888c7e1b62fff0520bcd6942.zip
r7925: small tidyup (please keep lines at a reasonable length)
(This used to be commit 0bfd91c32a62e651e81ce8d3b102158ec9c680fe)
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/samdb/ldb_modules/samldb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/samldb.c b/source4/dsdb/samdb/ldb_modules/samldb.c
index b5440c3cd1..62a796bd89 100644
--- a/source4/dsdb/samdb/ldb_modules/samldb.c
+++ b/source4/dsdb/samdb/ldb_modules/samldb.c
@@ -460,7 +460,8 @@ static struct ldb_message *samldb_fill_user_or_computer_object(struct ldb_module
struct ldb_message_element *attribute;
char *rdn, *basedn;
- if ((samldb_find_attribute(msg, "objectclass", "user") == NULL) && (samldb_find_attribute(msg, "objectclass", "computer") == NULL)) {
+ if ((samldb_find_attribute(msg, "objectclass", "user") == NULL) &&
+ (samldb_find_attribute(msg, "objectclass", "computer") == NULL)) {
return NULL;
}