mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
Add missing initializer which is needed in an unlikely error case.
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@167 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
This commit is contained in:
parent
b07335c1a7
commit
b02e9b2415
@ -642,7 +642,7 @@ spl_debug_vmsg(spl_debug_limit_state_t *cdls, int subsys, int mask,
|
|||||||
const char *format1, va_list args, const char *format2, ...)
|
const char *format1, va_list args, const char *format2, ...)
|
||||||
{
|
{
|
||||||
struct trace_cpu_data *tcd = NULL;
|
struct trace_cpu_data *tcd = NULL;
|
||||||
struct spl_debug_header header;
|
struct spl_debug_header header = { 0, };
|
||||||
struct trace_page *tage;
|
struct trace_page *tage;
|
||||||
/* string_buf is used only if tcd != NULL, and is always set then */
|
/* string_buf is used only if tcd != NULL, and is always set then */
|
||||||
char *string_buf = NULL;
|
char *string_buf = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user