Samba4 beta 7 and beta 8 git, talloc and enctype errors

Michael Wood esiotrot at gmail.com
Wed Aug 29 02:58:21 MDT 2012


On 29 August 2012 09:58, steve <steve at steve-ss.com> wrote:
[...]
> Hi
> I think I just need to change
>  samba_all_enctypes
> to
>  samba_all_enctypes()
>
> in  source4/libnet/libnet_export_keytab.c
>
> Would that do it?

Yes.

You could also do "git am filename.patch" if I remember correctly.

If you patch it manually or using "patch" or "git am" you will need to
reset things before pulling again in future.

$ git reset --hard origin/master
$ git clean -xdf

That should get your repository to the same state as a new "git
clone".  i.e. it should remove any local modifications.

-- 
Michael Wood <esiotrot at gmail.com>


More information about the samba-technical mailing list