/[svn]/liblscp/trunk/src/client.c
ViewVC logotype

Diff of /liblscp/trunk/src/client.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 564 by capela, Sun May 22 22:02:00 2005 UTC revision 565 by capela, Sun May 22 22:22:26 2005 UTC
# Line 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15     Lesser General Public License for more details.     Lesser General Public License for more details.
16    
17     You should have received a copy of the GNU Lesser General Public     You should 14have received a copy of the GNU Lesser General Public
18     License along with this library; if not, write to the Free Software     License along with this library; if not, write to the Free Software
19     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20    
# Line 1491  lscp_server_info_t *lscp_get_server_info Line 1491  lscp_server_info_t *lscp_get_server_info
1491      lscp_mutex_lock(pClient->mutex);      lscp_mutex_lock(pClient->mutex);
1492    
1493      pServerInfo = &(pClient->server_info);      pServerInfo = &(pClient->server_info);
1494      lscp_engine_info_reset(pServerInfo);      lscp_server_info_reset(pServerInfo);
1495    
1496      if (lscp_client_call(pClient, "GET SERVER INFO\r\n") == LSCP_OK) {      if (lscp_client_call(pClient, "GET SERVER INFO\r\n") == LSCP_OK) {
1497          pszResult = lscp_client_get_result(pClient);          pszResult = lscp_client_get_result(pClient);

Legend:
Removed from v.564  
changed lines
  Added in v.565

  ViewVC Help
Powered by ViewVC