Skip to content
Snippets Groups Projects
Commit d9c3f50f authored by maxdoumit's avatar maxdoumit
Browse files

fix demo12.jsp when camera is disabled

The following code was returning a null pointer

Element videodockModule = getElementWithAttribute(firstChild, "name", "VideodockModule");
Removing the lines solves the issue and does not load the videodockModule. This issue could have been introduced with a change to the xml client file.

This closes #2713
parent 0744466c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment