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;
|
||
|
}
|
||
|
|
||
|
/*
|