Skip to content

Commit

Permalink
Merge branch 'zlyoha-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Mar 7, 2017
2 parents 2b14924 + 040693f commit 4db92a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpipam-hosts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ try:
output = output + '# List of hosts for DNSmasq generated by phpipam-hosts\n\n'

for row in rows:
fqdn = row[0]
fqdn = row[0].strip()
hostname = fqdn.split('.')[0]
ip = ipAddr(row[2])
ip_real = ip
Expand Down

0 comments on commit 4db92a9

Please sign in to comment.