diff options
author | Hans Bolinder <[email protected]> | 2011-06-20 16:33:46 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-06-20 16:33:46 +0200 |
commit | b9d8ae5aa52774ed0ce12c9d21ad7f3670c2dca1 (patch) | |
tree | 66d6fe3c4dcb15d447944c2054059c423a0d88b7 /lib/kernel/src/auth.erl | |
parent | 9b9dc0d0c6aa9dc002c6581eb76b891e707a492a (diff) | |
parent | 4bd8ab6298961d564c34172c0a4d74cd08a08249 (diff) | |
download | otp-b9d8ae5aa52774ed0ce12c9d21ad7f3670c2dca1.tar.gz otp-b9d8ae5aa52774ed0ce12c9d21ad7f3670c2dca1.tar.bz2 otp-b9d8ae5aa52774ed0ce12c9d21ad7f3670c2dca1.zip |
Merge branch 'hb/specs_and_types/OTP-9356' into dev
* hb/specs_and_types/OTP-9356:
Add more specs and types
Diffstat (limited to 'lib/kernel/src/auth.erl')
-rw-r--r-- | lib/kernel/src/auth.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/src/auth.erl b/lib/kernel/src/auth.erl index 25c88a4e1d..ac25ab958c 100644 --- a/lib/kernel/src/auth.erl +++ b/lib/kernel/src/auth.erl @@ -58,7 +58,7 @@ start_link() -> %%--Deprecated interface------------------------------------------------ -spec is_auth(Node) -> 'yes' | 'no' when - Node :: Node :: node(). + Node :: node(). is_auth(Node) -> case net_adm:ping(Node) of |