Commit d63c831
committed
C#: Fix NPE in CSharpReceiver when receiving new DirectiveLine elements
The receiveList protocol creates objenesis instances (with null fields)
for new ADD elements, so dl.getKind() can be null even when dl is not.
Added null check for getKind() to match the existing dl != null guard.1 parent 27c556e commit d63c831
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
0 commit comments