ndb/dnstcp: -x specifies the mountmoint
This commit is contained in:
parent
36d2092a33
commit
5243969ba2
1 changed files with 5 additions and 4 deletions
|
@ -68,16 +68,17 @@ main(int argc, char *argv[])
|
||||||
break;
|
break;
|
||||||
}ARGEND
|
}ARGEND
|
||||||
|
|
||||||
if(debug < 2)
|
|
||||||
debug = 0;
|
|
||||||
|
|
||||||
if(argc > 0)
|
if(argc > 0)
|
||||||
getcaller(argv[0]);
|
getcaller(argv[0]);
|
||||||
|
|
||||||
cfg.inside = 1;
|
cfg.inside = 1;
|
||||||
dninit();
|
dninit();
|
||||||
|
|
||||||
snprint(mntpt, sizeof mntpt, "/net%s", ext);
|
if(*ext == '/')
|
||||||
|
snprint(mntpt, sizeof mntpt, "%s", ext);
|
||||||
|
else
|
||||||
|
snprint(mntpt, sizeof mntpt, "/net%s", ext);
|
||||||
|
|
||||||
if(myipaddr(ipaddr, mntpt) < 0)
|
if(myipaddr(ipaddr, mntpt) < 0)
|
||||||
sysfatal("can't read my ip address");
|
sysfatal("can't read my ip address");
|
||||||
dnslog("dnstcp call from %s to %I", caller, ipaddr);
|
dnslog("dnstcp call from %s to %I", caller, ipaddr);
|
||||||
|
|
Loading…
Reference in a new issue