c7ea1a3b8d
commit id: d678c139719d5631194b50e49f16ca97162ecd0f) moved multipath bindings file from /var/lib/multipath to /etc/multipath Fixed 354961, 432520
14 lines
341 B
Diff
14 lines
341 B
Diff
Index: multipath-tools-090724/libmultipath/log.c
|
|
===================================================================
|
|
--- multipath-tools-090724.orig/libmultipath/log.c
|
|
+++ multipath-tools-090724/libmultipath/log.c
|
|
@@ -181,7 +181,7 @@ int log_dequeue (void * buff)
|
|
|
|
memset((void *)src, 0, len);
|
|
|
|
- return la->empty;
|
|
+ return 0;
|
|
}
|
|
|
|
/*
|