Skip to content

Commit 0847b36

Browse files
committed
Bugfix.
1 parent d105570 commit 0847b36

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)