summaryrefslogtreecommitdiff
path: root/xmlrpc/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmlrpc/devices.c')
-rw-r--r--xmlrpc/devices.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlrpc/devices.c b/xmlrpc/devices.c
index 540daea..3e45192 100644
--- a/xmlrpc/devices.c
+++ b/xmlrpc/devices.c
@@ -38,7 +38,8 @@ xmlrpc_value *tcos_devices(xmlrpc_env *env, xmlrpc_value *in, void *ud)
char *cookie;
char *hostname;
int xauth_ok;
- /*char *fret;*/
+ char *fret;
+ UNUSED(fret);
dbgtcos("tcosxmlrpc::tcos_devices() Init \n");
@@ -72,7 +73,7 @@ xmlrpc_value *tcos_devices(xmlrpc_env *env, xmlrpc_value *in, void *ud)
/* put error msg into line var */
strncpy(line, DEVICES_ERROR, BSIZE);
- (void)fgets( line, sizeof line, fp);
+ fret=fgets( line, sizeof line, fp);
remove_line_break(line);
pclose(fp);
dbgtcos("tcosxmlrpc::tcos_devices(%s) = %s \n", mycmd, line);