Corrected Bugs item #3409624. Removed extra parenthesis.
This commit is contained in:
@@ -231,7 +231,7 @@ void dlenv_init(
|
||||
#if defined(BACDL_ALL)
|
||||
pEnv = getenv("BACNET_DATALINK");
|
||||
if (pEnv) {
|
||||
datalink_set(pEnv));
|
||||
datalink_set(pEnv);
|
||||
} else {
|
||||
datalink_set(NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user