<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2010-10-19)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-10-19 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * libnetworking/lib/ftpfs.c: Do not fall back to BOOTP server address
        in case hostname was not specified.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2636&r2=text&tr2=1.2637&diff_format=h">M</a></td><td width='1%'>1.2637</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libnetworking/lib/ftpfs.c.diff?r1=text&tr1=1.34&r2=text&tr2=1.35&diff_format=h">M</a></td><td width='1%'>1.35</td><td width='100%'>cpukit/libnetworking/lib/ftpfs.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2636 rtems/cpukit/ChangeLog:1.2637
--- rtems/cpukit/ChangeLog:1.2636       Tue Oct 19 02:38:53 2010
+++ rtems/cpukit/ChangeLog      Tue Oct 19 04:16:20 2010
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2010-10-19        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
<font color='#000088'>+   * libnetworking/lib/ftpfs.c: Do not fall back to BOOTP server address
+       in case hostname was not specified.
+
+2010-10-19     Sebastian Huber <sebastian.huber@embedded-brains.de>
+
</font>   * libnetworking/lib/ftpfs.c: Fixed a special case with no username and
        password.
 

<font color='#006600'>diff -u rtems/cpukit/libnetworking/lib/ftpfs.c:1.34 rtems/cpukit/libnetworking/lib/ftpfs.c:1.35
--- rtems/cpukit/libnetworking/lib/ftpfs.c:1.34 Tue Oct 19 02:38:53 2010
+++ rtems/cpukit/libnetworking/lib/ftpfs.c      Tue Oct 19 04:16:20 2010
</font><font color='#997700'>@@ -604,10 +604,7 @@
</font>   }
 
   /* Set up the server address from the hostname */
<font color='#880000'>-  if (hostname == NULL || strlen(hostname) == 0) {
-    /* Default to BOOTP server address */
-    address = rtems_bsdnet_bootp_server_address;
-  } else if (inet_aton(hostname, &address) == 0) {
</font><font color='#000088'>+  if (inet_aton(hostname, &address) == 0) {
</font>     /* Try to get the address by name */
     struct hostent *he = gethostbyname(hostname);
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>