diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2012-04-05 21:55:07 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-11 12:50:16 +1000 |
commit | 3d886e3e151c792685431385c9ea68e27a1d52b1 (patch) | |
tree | d9465d5c6beb7f36feadb299bc884b31bba354b0 /source4 | |
parent | 35dfd79dcafdadcc61818975bd0719605d95cf95 (diff) | |
download | samba-3d886e3e151c792685431385c9ea68e27a1d52b1.tar.gz samba-3d886e3e151c792685431385c9ea68e27a1d52b1.tar.bz2 samba-3d886e3e151c792685431385c9ea68e27a1d52b1.zip |
s4:schema/schema_query.c - fix a comment
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/schema/schema_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_query.c b/source4/dsdb/schema/schema_query.c index c92d273edf..11cfc74b6a 100644 --- a/source4/dsdb/schema/schema_query.c +++ b/source4/dsdb/schema/schema_query.c @@ -328,7 +328,7 @@ static const char **attribute_list_from_class(TALLOC_CTX *mem_ctx, return attr_list; } -/* Return a full attribute list for a given class list (as a ldb_message_element) +/* Return a full attribute list for a given class list Via attribute_list_from_class() this calls itself when recursing on auxiliary classes */ |