[Bugs] [Bug 1318296] New: should find_library("c") be used instead of find_library("libc") in geo-replication/syncdaemon/libcxattr.py?
bugzilla at redhat.com
bugzilla at redhat.com
Wed Mar 16 13:08:01 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1318296
Bug ID: 1318296
Summary: should find_library("c") be used instead of
find_library("libc") in
geo-replication/syncdaemon/libcxattr.py?
Product: GlusterFS
Version: 3.6.9
Component: geo-replication
Severity: low
Assignee: bugs at gluster.org
Reporter: tereshonkov.roman at gmail.com
CC: bugs at gluster.org
Description of problem:
In geo-replication/syncdaemon/libcxattr.py
is it right to use
libc = CDLL(find_library("libc"))
instead of
libc = CDLL(find_library("c"))
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list