Skip to content

Commit 426f8eb

Browse files
authored
Merge pull request networkupstools#116 from cdominguezm/DMF
Bugfix.
2 parents a00e97e + 0847b36 commit 426f8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/dmfsnmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ int load_neon_lib(void){
153153
if( lt_dlinit() != 0 ) {
154154
fprintf(stderr, "Error initializing lt_init\n");
155155
upsdebugx(1, "Error initializing lt_init\n");
156-
return 0;
156+
return ERR;
157157
}
158158

159159
if(!neon_libname) return ERR;

0 commit comments

Comments
 (0)