Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdominguezm committed Jul 15, 2016
1 parent d105570 commit 0847b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dmfsnmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ int load_neon_lib(void){
if( lt_dlinit() != 0 ) {
fprintf(stderr, "Error initializing lt_init\n");
upsdebugx(1, "Error initializing lt_init\n");
return 0;
return ERR;
}

if(!neon_libname) return ERR;
Expand Down

0 comments on commit 0847b36

Please sign in to comment.