Excise snprintf -> slprintf.
[kai/samba.git] / source3 / libsmb / clidgram.c
index e7391734eaa7ec34e46b40ef09ff2f8f8df12c88..c58e3fc7967329261b39c43e39d7fcbae7e95f5f 100644 (file)
@@ -166,6 +166,7 @@ int cli_get_response(BOOL unique, char *mailslot, char *buf, int bufsiz)
   else 
     return -1;
 
   else 
     return -1;
 
+  return 0;
 }
 
 /*
 }
 
 /*
@@ -219,6 +220,7 @@ int cli_get_backup_list(const char *myname, const char *send_to_name)
 
   /* Should check the response here ... FIXME */
 
 
   /* Should check the response here ... FIXME */
 
+  return 0;
 }
 
 /*
 }
 
 /*
@@ -234,4 +236,7 @@ int cli_get_backup_server(char *my_name, char *target, char *servername, int nam
 
   strncpy(servername, cli_backup_list, MIN(16, namesize));
 
 
   strncpy(servername, cli_backup_list, MIN(16, namesize));
 
+  /* Should check the response here ... FIXME */
+
+  return 0;
 }
 }