diff options
author | Erlang/OTP <[email protected]> | 2010-05-06 15:53:51 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-05-06 15:53:51 +0000 |
commit | a21a9dac550bcb976fa074d7005499a4d6b55791 (patch) | |
tree | fe2f9e65453319d7099ebedce14331f327a02fcb /lib/compiler | |
parent | 3a5f8f60dc803d2a9825253120d826a12b01f312 (diff) | |
parent | a83e80fd743af579fb957cf78c36931919421e41 (diff) | |
download | otp-a21a9dac550bcb976fa074d7005499a4d6b55791.tar.gz otp-a21a9dac550bcb976fa074d7005499a4d6b55791.tar.bz2 otp-a21a9dac550bcb976fa074d7005499a4d6b55791.zip |
Merge branch 'sv/sasl-fix-get_status' into dev
* sv/sasl-fix-get_status:
Prepare patch release
fix sys:get_status backward compatibility for sasl release_handler_1
OTP-8619 sv/sasl-fix-get_status
In R13B04 sys:get_status was modified to invoke format_status/2 in the
callback module if the module exports that function. This resulted in a
change to the term returned from calling sys:get_status on the supervisor
module, since supervisor is a gen_server and gen_server exports
format_status. The sasl release_handler_1 module had a dependency on the
pre-R13B04 term returned by sys:get_status when invoked on a supervisor, so
the R13B04 change broke that dependency.
This problem has been fixed by change release_handler_1 to handle both the
pre-R13B04 and R13B04 terms that sys:get_status can return from a
supervisor.
Diffstat (limited to 'lib/compiler')
0 files changed, 0 insertions, 0 deletions