MT#10059 fix hostname detection bug

changes/07/907/1
Richard Fuchs 11 years ago
parent 3b030ceb89
commit 093ac0611f

@ -11,8 +11,8 @@
X_host = argv.host;
X_format = argv.format;
IF ! X_host.defined;
PROCESS '/usr/lib/ngcp-ngcpcfg/get_hostname'
IF ! X_host.defined || X_host == '';
PROCESS '/usr/lib/ngcp-ngcpcfg/get_hostname';
X_host = out;
END;

Loading…
Cancel
Save