@itentialopensource/adapter-infoblox 1.19.1 → 1.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/adapter.js +1 -1
- package/package.json +1 -1
- package/report/adapterInfo.json +1 -1
package/CHANGELOG.md
CHANGED
package/adapter.js
CHANGED
|
@@ -3639,7 +3639,7 @@ class Infoblox extends AdapterBaseCl {
|
|
|
3639
3639
|
if (irReturnError) {
|
|
3640
3640
|
return callback(null, irReturnError);
|
|
3641
3641
|
}
|
|
3642
|
-
return this.createHostRecord2(modifiedHostName,
|
|
3642
|
+
return this.createHostRecord2(modifiedHostName, comment, IPAddress, callback);
|
|
3643
3643
|
});
|
|
3644
3644
|
});
|
|
3645
3645
|
}
|
package/package.json
CHANGED
package/report/adapterInfo.json
CHANGED