On Wed, Apr 13, 2011 at 06:36:40PM +0200, Jan Zelený wrote:
> Sorry, I originally missed that we need to do the update code as well. 
> Sending 
> the complete patch.
> 
> Jan

> +
> +            if (strcmp(version, SYSDB_VERSION_0_6) == 0) {
> +                ret = sysdb_upgrade_06(ctx, &version);
> +                goto done;
> +            }

I haven't noticed until I reviewed Stephen's patch but this should
probably say "if (ret != EOK) goto done;"
_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to