X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=25f84ccd0f033f2ec4ec38f40a589dae6cb05bc2;hb=0b5d1bcfa2239ae33188ee919aad16e03a6971cf;hp=25fa4d57ecde33954791d2bca5a21a4639af9a2d;hpb=fbae86d664c12e450d3cb702b602701d37781b41;p=ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index 25fa4d5..25f84cc 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -828,7 +828,7 @@ static void process_marker_cmd(int sock, int command, { struct ustcomm_header _reply_header; struct ustcomm_header *reply_header = &_reply_header; - int result; + int result = 0; memset(reply_header, 0, sizeof(*reply_header));