[Bugs] [Bug 1352423] 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
Mon Jul 4 06:59:52 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1352423
Bug ID: 1352423
Summary: should find_library("c") be used instead of
find_library("libc") in
geo-replication/syncdaemon/libcxattr.py?
Product: GlusterFS
Version: mainline
Component: geo-replication
Keywords: Triaged
Severity: low
Priority: low
Assignee: bugs at gluster.org
Reporter: sarumuga at redhat.com
CC: bugs at gluster.org, mselvaga at redhat.com,
tereshonkov.roman at gmail.com
Depends On: 1318296
+++ This bug was initially created as a clone of Bug #1318296 +++
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:
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1318296
[Bug 1318296] should find_library("c") be used instead of
find_library("libc") in geo-replication/syncdaemon/libcxattr.py?
--
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