X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=ubus-example.c;h=ef77eea613e3a3ab839f2bdb759f7e6142224dc2;hb=52ce4320ed44d8ca1aed61b1eae4bb651082679a;hp=5de1436a0aba4f3a8ff921d6794f9b61271e66d4;hpb=42bc27ae38d92f4fe11872b0f9d57f8d3578dcfe;p=project%2Fubus.git diff --git a/ubus-example.c b/ubus-example.c index 5de1436..ef77eea 100644 --- a/ubus-example.c +++ b/ubus-example.c @@ -73,12 +73,10 @@ static struct ubus_object test_object2 = { int main(int argc, char **argv) { - const char *progname, *ubus_socket = NULL; + const char *ubus_socket = NULL; int ret = 0; int ch; - progname = argv[0]; - while ((ch = getopt(argc, argv, "s:")) != -1) { switch (ch) { case 's':