mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +03:00
More pstring removal. This one was tricky. I had to add
one horror (pstring_clean_name()) which will have to
remain until I've removed all pstrings from the client code.
Jeremy.
(This used to be commit 1ea3ac8014)
This commit is contained in:
@@ -1368,6 +1368,7 @@ const char *lang_msg_rotate(const char *msgid)
|
||||
POPT_COMMON_SAMBA
|
||||
POPT_TABLEEND
|
||||
};
|
||||
TALLOC_CTX *frame = talloc_stackframe();
|
||||
|
||||
fault_setup(NULL);
|
||||
umask(S_IWGRP | S_IWOTH);
|
||||
@@ -1454,6 +1455,8 @@ const char *lang_msg_rotate(const char *msgid)
|
||||
}
|
||||
|
||||
print_footer();
|
||||
|
||||
TALLOC_FREE(frame);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user