]> andersk Git - moira.git/blobdiff - update/xfer_002.c
lint
[moira.git] / update / xfer_002.c
index 3ac7482a0e84cafd5c7c368b4e9595fa6f8d75c9..411e4b4d907ae45ad72bb836d00723914fc6a277 100644 (file)
@@ -61,7 +61,7 @@ xfer_002(str)
     if (!*str) {
     failure:
        reject_call(MR_ARGS);
-       return;
+       return(0);
     }
     file_size = atoi(str);
     while (isdigit(*str))
@@ -78,7 +78,7 @@ xfer_002(str)
     pathname = str;
     if (!have_authorization) {
        reject_call(MR_PERM);
-       return;
+       return(0);
     }
     if (done)                  /* re-initialize data */
        initialize();
@@ -93,5 +93,5 @@ xfer_002(str)
        strcat(buf, pathname);
        mr_log_info(buf);
     }
-    return;
+    return(0);
 }
This page took 0.036112 seconds and 4 git commands to generate.