]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
Remove the rcvstoreproc/rcvpackproc vars.
[mmh] / uip / slocal.c
index 7f2722682321ef460f120feab1f1a7f117a8d692..f03d48717a1fa22b33afc2bf0cb1a91b5ba7c103 100644 (file)
@@ -1096,7 +1096,7 @@ usr_folder(int fd, char *string)
        vec[1] = folder;
        vec[2] = NULL;
 
-       return usr_pipe(fd, "rcvstore", rcvstoreproc, vec, 1);
+       return usr_pipe(fd, "rcvstore", "rcvstore", vec, 1);
 }
 
 /*