Skip to content

Commit

Permalink
Merge 2ea5d5a into 540d246
Browse files Browse the repository at this point in the history
  • Loading branch information
adonespitogo committed Apr 9, 2018
2 parents 540d246 + 2ea5d5a commit e057d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
'use strict';
var os = require('os');
var util = require('util');
var ifaces = os.networkInterfaces();

var getLocalIp = function(iface, callback) {
var ifaces = os.networkInterfaces();
var returnVal;
Object.keys(ifaces).forEach(function(dev) {
// If the user does not specify anything, last value will be returned.
Expand Down

0 comments on commit e057d5d

Please sign in to comment.