mirror of
https://github.com/samba-team/samba.git
synced 2025-07-29 15:42:04 +03:00
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
warnings. (Adds a lot of const).
Andrew Bartlett
(This used to be commit 3a7458f947
)
This commit is contained in:
@ -325,7 +325,7 @@ done:
|
||||
Recursive routine to print out all children of a TREE_NODE
|
||||
*************************************************************************/
|
||||
|
||||
static void sorted_tree_print_children( TREE_NODE *node, int debug, char *path )
|
||||
static void sorted_tree_print_children( TREE_NODE *node, int debug, const char *path )
|
||||
{
|
||||
int i;
|
||||
int num_children;
|
||||
|
Reference in New Issue
Block a user