Pseudobacklinks in samba4

Matthias Dieter Wallnöfer mdw at samba.org
Mon May 23 05:06:58 MDT 2011


Hi Matthieu,

very nice that you adopt the correct "unsigned int" downto count 
mechanism :). Could you please fix this also in the "dirsync" module 
(which beside that looks very good and clean)? Just for cosmetic appearance.

Cheers,
Matthias

Matthieu Patou wrote:
> it's  this:
> +       for (a=msg->num_elements - 1; a != (unsigned int)-1; a--) {
> +               const char *name = msg->elements[a].name;
> +
> +               if (name && name[0] == '@') {
> +                       struct ldb_message_element *el = 
> &msg->elements[a];
> +                       ldb_msg_remove_element(msg, el);
> +               }
> +       }
> +
>



More information about the samba-technical mailing list