[Bug 3076] New: Unsuitable error message in flist.c.

This is a discussion on [Bug 3076] New: Unsuitable error message in flist.c. within the Rsync forums, part of the Networking and Network Related category; https://bugzilla.samba.org/show_bug.cgi?id=3076 Summary: Unsuitable error message in flist.c. Product: rsync Version: 2.6....


Go Back   Usenet Forums > Networking and Network Related > Rsync

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-09-2005
samba-bugs@samba.org
 
Posts: n/a
Default [Bug 3076] New: Unsuitable error message in flist.c.

https://bugzilla.samba.org/show_bug.cgi?id=3076

Summary: Unsuitable error message in flist.c.
Product: rsync
Version: 2.6.5
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: tmatsuo@10art-ni.co.jp
QAContact: rsync-qa@samba.org


I got an unsuitable error message when pop_dir() function call failed.

-------------------actual-------------------------
if (!pop_dir(olddir)) {
rsyserr(FERROR, errno, "pop_dir %s failed",
full_fname(dir));
exit_cleanup(RERR_FILESELECT);
}
-------------------actual-------------------------

-------------------desired------------------------
if (!pop_dir(olddir)) {
rsyserr(FERROR, errno, "pop_dir %s failed",
full_fname(olddir));
exit_cleanup(RERR_FILESELECT);
}
-------------------desired------------------------

--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 01:12 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0