Skip to content
Snippets Groups Projects
Commit 6ff5fce7 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

FIXME: needs work/cleanup

parent 6eec0008
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,10 @@ monitor_subsys_database_init(
{
struct berval bv;
ber_len_t pathlen = 0, len = 0;
/* FIXME: need a cleaner solution */
#ifndef PATH_MAX
#define PATH_MAX 4095
#endif /* ! PATH_MAX */
char path[ PATH_MAX ] = { '\0' };
char *fname = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment