diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-04-10 19:24:16 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-04-29 19:05:04 +0200 |
commit | d4a06d5dac813951cff3f76704199ec5b6dc834c (patch) | |
tree | 00392f0a4f8453d3fd418d9244f6e1061e725e84 /source4/lib/ldb/common | |
parent | 3884fec3d504af8c4bc9cff1e6c1a540d874ec8c (diff) | |
download | samba-d4a06d5dac813951cff3f76704199ec5b6dc834c.tar.gz samba-d4a06d5dac813951cff3f76704199ec5b6dc834c.tar.bz2 samba-d4a06d5dac813951cff3f76704199ec5b6dc834c.zip |
ldb:ldb_controls.c - fix comment indentation
Reviewed-by: abartlet
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb_controls.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/lib/ldb/common/ldb_controls.c b/source4/lib/ldb/common/ldb_controls.c index 5048b6deac..b3ef243493 100644 --- a/source4/lib/ldb/common/ldb_controls.c +++ b/source4/lib/ldb/common/ldb_controls.c @@ -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; |