mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
osasnmpd: Fix missing semicolon
5.9.4 net-snmp started to require semicolon on the config_require there are no docs covering this change. Link: https://bugzilla.redhat.com/show_bug.cgi?id=2235734 Closes: https://github.com/ibm-s390-linux/s390-tools/pull/155 Signed-off-by: Jakub Čajka <jcajka@redhat.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
/* we may use header_generic and header_simple_table from the util_funcs module */
|
||||
|
||||
config_require(util_funcs)
|
||||
config_require(util_funcs);
|
||||
|
||||
|
||||
/* function prototypes */
|
||||
|
||||
Reference in New Issue
Block a user