Skip to content

getHostEntry is just an infinite loop #8

@davidsd

Description

@davidsd

The current definition of getHostEntry is

getHostEntry :: IO HostEntry
getHostEntry = withLock getHostEntry

which is just an infinite loop. I assume it should be

getHostEntry :: IO HostEntry
getHostEntry = withLock getHostEntry'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions