r7925: small tidyup (please keep lines at a reasonable length)
authorAndrew Tridgell <tridge@samba.org>
Sun, 26 Jun 2005 06:08:19 +0000 (06:08 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:51 +0000 (13:18 -0500)
(This used to be commit 0bfd91c32a62e651e81ce8d3b102158ec9c680fe)

source4/dsdb/samdb/ldb_modules/samldb.c

index b5440c3cd1921172c3e94f502440d8f990d2d765..62a796bd89fe7cb5cda765814b060be94ab19b4e 100644 (file)
@@ -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;
        }