Skip to content

[Possible Bug] The logonuser Option Is Set to startat Variable #1

@3lpsy

Description

@3lpsy

Hey, I was looking through the source code and saw this:

                    if (arguments.ContainsKey("startat"))
                    {
                        startat = arguments["startat"];
                    }
                    if (arguments.ContainsKey("logonuser"))
                    {
                        // setting startat to value of logonuser
                        startat = arguments["logonuser"];
                    }

Is this a bug? I would assume the value of logonuser should be set to the logonuser variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions