Skip to content

Commit

Permalink
Merge branch 'basavesh-master' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 21, 2019
2 parents 3d92dcb + 91961d9 commit fc23889
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 497 deletions.
2 changes: 1 addition & 1 deletion docker/1.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN set -x && \
install -m644 /build/mosq/mosquitto.conf /mosquitto/config/mosquitto.conf && \
chown -R mosquitto:mosquitto /mosquitto && \
apk --no-cache add \
libuuid ca-certificates && \
ca-certificates libuuid && \
apk del build-deps && \
rm -rf /build

Expand Down
1 change: 1 addition & 0 deletions docker/generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ LABEL maintainer="Jonathan Hanson <[email protected]>" \
# Install the run-time dependencies
RUN apk --no-cache add \
busybox \
ca-certificates \
libcrypto1.0 \
libssl1.0 \
libuuid \
Expand Down
8 changes: 0 additions & 8 deletions lib/mosquitto.h
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,6 @@ libmosq_EXPORT int mosquitto_connect_srv(struct mosquitto *mosq, const char *hos
* MOSQ_ERR_SUCCESS - on success.
* MOSQ_ERR_INVAL - if the input parameters were invalid.
* MOSQ_ERR_NOMEM - if an out of memory condition occurred.
*
* Returns:
* MOSQ_ERR_SUCCESS - on success.
* MOSQ_ERR_INVAL - if the input parameters were invalid.
* MOSQ_ERR_ERRNO - if a system call returned an error. The variable errno
* contains the error code, even on Windows.
* Use strerror_r() where available or FormatMessage() on
Expand Down Expand Up @@ -664,10 +660,6 @@ libmosq_EXPORT int mosquitto_reconnect(struct mosquitto *mosq);
* MOSQ_ERR_SUCCESS - on success.
* MOSQ_ERR_INVAL - if the input parameters were invalid.
* MOSQ_ERR_NOMEM - if an out of memory condition occurred.
*
* Returns:
* MOSQ_ERR_SUCCESS - on success.
* MOSQ_ERR_INVAL - if the input parameters were invalid.
* MOSQ_ERR_ERRNO - if a system call returned an error. The variable errno
* contains the error code, even on Windows.
* Use strerror_r() where available or FormatMessage() on
Expand Down
Loading

0 comments on commit fc23889

Please sign in to comment.