diff options
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/dht/src/tier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/tier.c b/xlators/cluster/dht/src/tier.c index 3e3fad7ca26..593a2cc29ed 100644 --- a/xlators/cluster/dht/src/tier.c +++ b/xlators/cluster/dht/src/tier.c @@ -994,7 +994,7 @@ static int tier_load_externals (xlator_t *this) { int ret = -1; - char *libpathfull = (LIBDIR "/libgfdb.so." LIBGFDB_VERSION); + char *libpathfull = (LIBDIR "/libgfdb.so"); get_gfdb_methods_t get_gfdb_methods; GF_VALIDATE_OR_GOTO("this", this, out); |