Skip to content
Snippets Groups Projects
Commit 8e862562 authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

Fix distcheck issues

Closes jsc/#59
parent 30a1c6d6
No related branches found
No related tags found
1 merge request!20Resolve "Support multiple CDO handles from the same application"
......@@ -233,7 +233,7 @@ mstro_drc_insert_ofi(struct fi_info *fi, const mstro_drc_info info)
#if FI_VERSION_GE(FI_VERSION(FI_MAJOR_VERSION,FI_MINOR_VERSION), FI_VERSION(1,5))
// auth key is free()ed by fabric.c on teardown, so we need to duplicate it
fi->domain_attr->auth_key = dup_authkey(&info->auth_key);
fi->domain_attr->auth_key = (uint8_t*) dup_authkey(&info->auth_key);
if(fi->domain_attr->auth_key==NULL) {
return MSTRO_NOMEM;
}
......
......@@ -50,7 +50,7 @@ AM_CPPFLAGS = $(TEST_INCLUDES) -DTOPSRCDIR=$(top_srcdir)
LDADD = $(top_builddir)/libmaestro.la
check_HEADERS = cheat.h
check_HEADERS = cheat.h ecmwf_config.h
TESTS = check_version check_init check_uuid \
coverage check_memlock \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment