Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3lpsy opened this issue Jul 28, 2020 · 1 comment
Open

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

3lpsy opened this issue Jul 28, 2020 · 1 comment

Comments

@3lpsy
Copy link

3lpsy commented Jul 28, 2020

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.

@0xthirteen
Copy link
Owner

Yeah you're right that is not correct, I'll update it with a fix. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants