Changeset 606

Show
Ignore:
Timestamp:
05/15/07 23:34:55 (2 years ago)
Author:
chtekk
Message:

Fix compile.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vcd/methods/vxdb/vxdb_vx_limit_get.c

    r605 r606  
    9393        response = xmlrpc_array_new(env); 
    9494 
    95         vxdb_foreach_step(rc, dbr) 
     95        vxdb_foreach_step(rc, dbr) { 
    9696                char *typedb  = vxdb_column_text(dbr, 0); 
    9797                uint64_t soft = vxdb_column_uint64(dbr, 1); 
     
    105105                } 
    106106 
    107                 char *softs, maxs; 
     107                char *softs, *maxs; 
    108108                asprintf(&softs, "%" PRIu64, soft); 
    109109                asprintf(&maxs,  "%" PRIu64, max); 
     
    114114                                "soft", softs, 
    115115                                "max",  maxs)); 
     116        } 
    116117 
    117118        if (rc != VXDB_DONE)