This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug network/18126] libresolv res_init() does not correctly inititalize internals


https://sourceware.org/bugzilla/show_bug.cgi?id=18126

--- Comment #1 from Joshua Rogers <sourceware-bugs at internot dot info> ---
Sorry, 

if ((ret == 0) && (last_mtime != statbuf.st_mtim.tv_sec)) {

should be

if ((ret == 0) && (last_mtime != statbuf.st_mtime)) {

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]