5c6e8a0e92
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=42
11 lines
190 B
Diff
11 lines
190 B
Diff
--- src/pl/plperl/plperl.c
|
|
+++ src/pl/plperl/plperl.c
|
|
@@ -652,6 +652,7 @@
|
|
RETPUSHYES;
|
|
|
|
DIE(aTHX_ "Unable to load %s into plperl", name);
|
|
+ return NULL; /* make rpmlint happy */
|
|
}
|
|
|
|
|