ldb:ldb_controls.c - fix comment indentation
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 10 Apr 2011 17:24:16 +0000 (19:24 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 29 Apr 2011 17:05:04 +0000 (19:05 +0200)
Reviewed-by: abartlet
source4/lib/ldb/common/ldb_controls.c

index 5048b6deac397f57225c85ee441d28aab2505fb4..b3ef2434932ba914dc5f56beec146f1e0e0d7a3e 100644 (file)
@@ -482,10 +482,10 @@ struct ldb_control *ldb_parse_control_from_string(struct ldb_context *ldb, TALLO
                }
 
                /* w2k3 seems to ignore the parameter,
-                       * but w2k sends a wrong cookie when this value is to small
-                       * this would cause looping forever, while getting
-                       * the same data and same cookie forever
-                       */
+                * but w2k sends a wrong cookie when this value is to small
+                * this would cause looping forever, while getting
+                * the same data and same cookie forever
+                */
                if (max_attrs == 0) max_attrs = 0x0FFFFFFF;
 
                ctrl->oid = LDB_CONTROL_DIRSYNC_OID;