mirror of
https://github.com/samba-team/samba.git
synced 2025-06-23 11:17:06 +03:00
r8552: Warning fix from jason@ncac.gwu.edu.
Jeremy. (This used to be commit 8558001b38786b7ff16d90d80d183b0277d74e16)
This commit is contained in:
parent
023d2162d9
commit
a747f1b87a
@ -472,7 +472,7 @@ struct ea_list *read_ea_list_entry(TALLOC_CTX *ctx, const char *pdata, size_t da
|
|||||||
}
|
}
|
||||||
|
|
||||||
DEBUG(10,("read_ea_list_entry: read ea name %s\n", eal->ea.name));
|
DEBUG(10,("read_ea_list_entry: read ea name %s\n", eal->ea.name));
|
||||||
dump_data(10, eal->ea.value.data, eal->ea.value.length);
|
dump_data(10, (const char *)eal->ea.value.data, eal->ea.value.length);
|
||||||
|
|
||||||
return eal;
|
return eal;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user