You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/client
YangHau 203c0ab6d0 Remove redundant initialization in clients
the `memset(&cfg, 0, sizeof(struct mosq_config));` already exsits in
`client_config_load()`'s `init_config()` function call.
So calling it in main function is totally unnecessary.

Signed-off-by: YangHau <vulxj0j8j8@gmail.com>
6 years ago
..
CMakeLists.txt Use CMAKE_INSTALL_* variables when installing in CMake. 6 years ago
Makefile Build fixes around CFLAGS et al. 6 years ago
client_props.c Subscription identifier support. 7 years ago
client_shared.c Fix build for WITH_SOCKS=no. 6 years ago
client_shared.h Stop some error messages being printed even when `--quiet` was used. 6 years ago
pub_client.c Remove redundant initialization in clients 6 years ago
pub_shared.c Fix `mosquitto_pub -l` not handling zero length input. 6 years ago
pub_shared.h Fix `mosquitto_pub -l` not handling network failures. 6 years ago
pub_test_properties Helper test scripts for client properties. 7 years ago
rr_client.c Remove redundant initialization in clients 6 years ago
sub_client.c Remove redundant initialization in clients 6 years ago
sub_client_output.c Stop some error messages being printed even when `--quiet` was used. 6 years ago
sub_test_properties Helper test scripts for client properties. 7 years ago