Problem with snmpa (bug found)

Vlad Dumitrescu vlad_dumitrescu@REDACTED
Mon Dec 27 13:44:38 CET 2004


To round up this issue, I think the bug is simply that in application_controller
there is a simple error:

1401c1401
<      {error, {file:format_error({error,enoent}), FName}};
---
>      {error, {file:format_error(enoent), FName}};

regards,
Vlad



More information about the erlang-questions mailing list