Skip to content

Commit

Permalink
Merge pull request networkupstools#116 from cdominguezm/DMF
Browse files Browse the repository at this point in the history
Bugfix.
  • Loading branch information
cdominguezm authored Jul 15, 2016
2 parents a00e97e + 0847b36 commit 426f8eb
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 426f8eb

Please sign in to comment.