[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-750-g494e471

Volker Lendecke Volker.Lendecke at SerNet.DE
Thu Mar 26 17:24:57 GMT 2009


On Thu, Mar 26, 2009 at 11:19:52AM -0500, Jelmer Vernooij wrote:
> commit e548ec9c24d7f05fea81910b8c7cf3fc0bd137db
> Author: Jelmer Vernooij <jelmer at samba.org>
> Date:   Sun Mar 15 17:14:25 2009 +0100
> 
>     display_sec: Remove use of samba3-specific data types.

This contains:

 {
        char *mask_str = get_sec_mask_str(NULL, *info);
        printf("\t\tPermissions: 0x%x: %s\n", *info, mask_str ? mask_str : "");
-       TALLOC_FREE(mask_str);
+       talloc_free(mask_str);
 }

Why this change? lib/talloc/talloc.h now does contain
TALLOC_FREE.

Volker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20090326/7b4e3628/attachment.bin


More information about the samba-technical mailing list