Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Shashikanth VH
2016-02-09 20:35:21 +0530
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
387a1cad9d4e536f0d35601ca6230d40cb826e57
387a1cad
1 parent
fde9c95d
null dereference fix.
Change-Id: I98b6226fea3f457fef11c65c092453ffa881b59e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/net/src/main/java/org/onosproject/net/device/impl/DeviceManager.java
core/net/src/main/java/org/onosproject/net/device/impl/DeviceManager.java
View file @
387a1ca
...
...
@@ -484,7 +484,7 @@ public class DeviceManager
if
(
requested
==
null
&&
response
==
null
)
{
// something was off with DeviceProvider, maybe check channel too?
log
.
warn
(
"Failed to assert role
[{}] onto Device {}"
,
requested
,
deviceId
);
log
.
warn
(
"Failed to assert role
onto Device {}"
,
deviceId
);
mastershipService
.
relinquishMastership
(
deviceId
);
return
;
}
...
...
Please
register
or
login
to post a comment