X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=25f84ccd0f033f2ec4ec38f40a589dae6cb05bc2;hb=e2b465757cadd72353b3ce4ae2b9402d66750e3b;hp=25fa4d57ecde33954791d2bca5a21a4639af9a2d;hpb=93c2f02399d2c9fad48acfcea5f4f9ef508a9493;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));