Search
j0ke.net Open Build Service
>
Projects
>
server:backup
>
amanda
> amanda-2.6.1p1-return_val.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File amanda-2.6.1p1-return_val.patch of Package amanda
--- perl/Amanda/MainLoop.c +++ perl/Amanda/MainLoop.c @@ -1500,6 +1500,7 @@ static void amglue_source_remove(amglue_Source *self); SWIGINTERN amglue_Source *new_amglue_Source(){ die("Amanda::MainLoop::Source is an abstract base class"); + return NULL; } SWIGINTERN void delete_amglue_Source(amglue_Source *self){ amglue_source_unref(self);