Patch with the suggested fix is attached along with the mail. Kindly review.

With regards
Pallavi Kumari Jha
Computer Science Engineering


On 15 November 2013 00:10, Jakub Hrozek <jhrozek@redhat.com> wrote:
On Wed, Nov 13, 2013 at 03:46:38PM +0100, Jakub Hrozek wrote:
> > +#include "util/authtok.h"
> > +
> > +
> > +struct test_state
> > +{
>
> Can you make the above "struct test_state {" ? That would match the
> rest of the SSSD code better..

To clarify further (sorry I missed your ping on the IRC today), what I
requested is simply a formatting change. In SSSD, we use the curly
bracket on the same line as the struct keyword when defining structures.
So instead of:
 struct test_state
 {
     struct sss_auth_token *authtoken;
 };

you'd use:
 struct test_state {
     struct sss_auth_token *authtoken;
 };
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel