IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26041 for trunk/magic


Ignore:
Timestamp:
Nov 5, 2009, 9:34:48 AM (17 years ago)
Author:
bills
Message:

don't specify volume for replicate. Nebulous implemenation
doesn't do the right thing. pass NULL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksio.c

    r25469 r26041  
    920920        return false;
    921921    }
    922     if (!nebReplicate(server, outFile->name, "any", NULL)) {
     922    if (!nebReplicate(server, outFile->name, NULL, NULL)) {
    923923        psError(PM_ERR_UNKNOWN, true, "nebReplicate failed for %s\n%s", outFile->name, nebErr(server));
    924924        return false;
Note: See TracChangeset for help on using the changeset viewer.