IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 5:15:35 PM (19 years ago)
Author:
jhoblitt
Message:

update nebCreate() syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r12915 r13097  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2007-04-19 02:10:03 $
     6 *  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2007-05-01 03:15:35 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    11901190        char *nebfile = NULL;
    11911191        if (create) {
    1192             nebfile = nebCreate(server, cleanFilename, 0, NULL, NULL, NULL);
     1192            nebfile = nebCreate(server, cleanFilename, NULL, NULL);
    11931193            if (!nebfile) {
    11941194                psError(PM_ERR_SYS, true, "failed to create a new nebulous key: %s", nebErr(server));
Note: See TracChangeset for help on using the changeset viewer.