1 |
diff -Nur e-smith-base-5.8.0.old/root/sbin/e-smith/generate-subjectaltnames e-smith-base-5.8.0/root/sbin/e-smith/generate-subjectaltnames |
2 |
--- e-smith-base-5.8.0.old/root/sbin/e-smith/generate-subjectaltnames 2021-02-17 11:18:15.287000000 -0500 |
3 |
+++ e-smith-base-5.8.0/root/sbin/e-smith/generate-subjectaltnames 2021-02-17 11:19:13.317000000 -0500 |
4 |
@@ -51,7 +51,7 @@ |
5 |
$Interface_Record = $configuration->get($Interface); |
6 |
if ($Interface_Record) |
7 |
{ |
8 |
- if ($Interface_Record->prop('Configuration') eq 'static') |
9 |
+ if (defined $Interface_Record->prop('Configuration') and $Interface_Record->prop('Configuration') eq 'static') |
10 |
{ |
11 |
if ($Interface_Record->prop('IPAddress')) |
12 |
{ |