X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftethering.c;h=2f577de3e7be6a22d71f5fa4a35ce63301be2313;hb=977652da47e2a7a3fe42af57ff30d020c2716869;hp=c541c29ec0e027dd0d40e8f27901428a8c48df78;hpb=491a6f022a3cac364bb518aed732473166443d71;p=platform%2Fcore%2Fapi%2Ftethering.git diff --git a/src/tethering.c b/src/tethering.c index c541c29..2f577de 100755 --- a/src/tethering.c +++ b/src/tethering.c @@ -125,8 +125,7 @@ static __tethering_sig_t sigs[] = { {0, SIGNAL_NAME_SECURITY_TYPE_CHANGED, __handle_security_type_changed}, {0, SIGNAL_NAME_SSID_VISIBILITY_CHANGED, __handle_ssid_visibility_changed}, {0, SIGNAL_NAME_PASSPHRASE_CHANGED, __handle_passphrase_changed}, - {0, SIGNAL_NAME_DHCP_STATUS, __handle_dhcp}, - {0, "", NULL} }; + {0, SIGNAL_NAME_DHCP_STATUS, __handle_dhcp} }; static int retry = 0;