netsender: options should not be run if they are nil

Issue #72 resolved
Trek Hopton created an issue

Line 268 of netsender.go runs all option functions to initialise netsender. We should check that they are not nil, otherwise a panic could occur, as in the case of this issue on AV: https://bitbucket.org/ausocean/av/issues/422/exp-rvcl-panics-and-will-not-run

Comments (1)

  1. Log in to comment