Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #103876: Patch - fix for 2.4.5 for
bug #157931
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 157931
Collapse All
|
Expand All
(-)
amanda-2.4.5/client-src/sendbackup.c (+5 lines)
Lines 580-585 amwait_t w;
Link Here
580
}
580
}
581
#endif
581
#endif
582
582
583
if(pid == tarpid){
584
if(ret == 1){
585
rc = 0 ;
586
}
587
}
583
#ifdef IGNORE_TAR_ERRORS
588
#ifdef IGNORE_TAR_ERRORS
584
if(pid == tarpid) {
589
if(pid == tarpid) {
585
/*
590
/*
Return to
bug 157931