summaryrefslogtreecommitdiff
path: root/apps/examples/sendmail/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/sendmail/host.c')
-rw-r--r--apps/examples/sendmail/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/sendmail/host.c b/apps/examples/sendmail/host.c
index a175d2e9a..d603372ad 100644
--- a/apps/examples/sendmail/host.c
+++ b/apps/examples/sendmail/host.c
@@ -90,7 +90,7 @@ int main(int argc, char **argv, char **envp)
printf("sendmail: Subject: %s\n", g_subject);
printf("sendmail: Body: %s\n", g_msg_body);
- uip_ipaddr(addr.s_addr, 127, 0, 0, 1);
+ net_ipaddr(addr.s_addr, 127, 0, 0, 1);
handle = smtp_open();
if (handle)
{