Changes in uspace/app/dnscfg/dnscfg.c [a2e3ee6:a62ceaf] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/dnscfg/dnscfg.c
ra2e3ee6 ra62ceaf 72 72 73 73 inet_addr_t addr; 74 int rc = inet_addr_parse(srv_addr, &addr );74 int rc = inet_addr_parse(srv_addr, &addr, NULL); 75 75 76 76 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.