From d75d62c0281d2d73485ea2640b3cc5f445e68b40 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Tue, 25 Sep 2007 09:34:08 +0000 Subject: [PATCH] - fixed the return value --- src/zypper-media-callbacks.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zypper-media-callbacks.h b/src/zypper-media-callbacks.h index 62de217..ca31c85 100644 --- a/src/zypper-media-callbacks.h +++ b/src/zypper-media-callbacks.h @@ -64,6 +64,7 @@ namespace ZmartRecipients // not displaying the error for non-changeable media, it will be displayed // where it is caught + return MediaChangeReport::ABORT; } }; -- 2.7.4