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

NetconfService.kill_session should accept unsigned integer instead of signed integer #528

Closed
ghost opened this issue Aug 29, 2017 · 2 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Aug 29, 2017

No description provided.

@ghost ghost added the bug label Aug 29, 2017
@ghost ghost assigned ylil93 Sep 14, 2017
@ylil93
Copy link
Contributor

ylil93 commented Sep 15, 2017

errors thrown for unsigned integer originates in libyang side

@ghost
Copy link
Author

ghost commented Sep 15, 2017

I think changing the below line from int to unsigned int would fix this problem

 bool kill_session(NetconfServiceProvider& provider, int session_id);
 bool kill_session(NetconfServiceProvider& provider, unsigned int session_id);

ylil93 added a commit to ylil93/ydk-gen that referenced this issue Sep 15, 2017
@ylil93 ylil93 closed this as completed Sep 15, 2017
ghost pushed a commit that referenced this issue Sep 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant