X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=plugins%2Fsamples%2FHelloWorld.c;h=72ad0b34884abc9ad5511098ce69ab6262ed4074;hb=a93623ba9a6914f381449205873a1d879deaee88;hp=c60cc70cbaab0d4cf42a7efb0c21403691f8c509;hpb=11d36a9f7e16aa9992835f8ce06f0e1e5297b131;p=src%2Fapp-framework-binder.git diff --git a/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c index c60cc70c..72ad0b34 100644 --- a/plugins/samples/HelloWorld.c +++ b/plugins/samples/HelloWorld.c @@ -83,12 +83,7 @@ static void pingNull (struct afb_req request) static void pingBug (struct afb_req request) { - int a,b,c; - - b=4; - c=0; - a=b/c; - + pingNull((struct afb_req){NULL,NULL,NULL}); }