Skip to content

Commit

Permalink
Merge branch 'master' into 2243-nut-scanner-generated-conf-can-cause-…
Browse files Browse the repository at this point in the history
…device-name-collisions
  • Loading branch information
jimklimov authored Jan 3, 2024
2 parents 0bdf5ee + e873d5a commit e9632f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/nut-scanner/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if WITH_NUT_SCANNER
bin_PROGRAMS = nut-scanner
lib_LTLIBRARIES = libnutscan.la
endif
libnutscan_la_SOURCES = scan_nut.c scan_nut_simulation.c scan_ipmi.c \
libnutscan_la_SOURCES = scan_nut.c scan_nut_simulation.c scan_ipmi.c \
nutscan-device.c nutscan-ip.c nutscan-display.c \
nutscan-init.c scan_usb.c scan_snmp.c scan_xml_http.c \
scan_avahi.c scan_eaton_serial.c nutscan-serial.c
Expand Down Expand Up @@ -91,7 +91,7 @@ endif
# object .so names would differ)
#
# libnutscan version information
libnutscan_la_LDFLAGS += -version-info 2:3:0
libnutscan_la_LDFLAGS += -version-info 2:4:0

# libnutscan exported symbols regex
# WARNING: Since the library includes parts of libcommon (as much as needed
Expand Down
2 changes: 1 addition & 1 deletion tools/nut-scanner/scan_avahi.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/*! \file scan_avahi.c
\brief detect NUT through Avahi mDNS / DNS-SD services
\author Frederic Bohe <[email protected]>
\author Arnaud Quette <[email protected]>
\author Arnaud Quette <[email protected]>
*/

#include "common.h"
Expand Down

0 comments on commit e9632f9

Please sign in to comment.