apps/dtnquery/dtnquery.c
changeset 20 7fd5f0de6c59
parent 18 3d1ea31e2a19
child 23 18b4c80456cf
equal deleted inserted replaced
19:ce4cfc1cb1b6 20:7fd5f0de6c59
   379             exit(1);
   379             exit(1);
   380         }
   380         }
   381     }
   381     }
   382 
   382 
   383     // if no reply-to eid set, use the src eid
   383     // if no reply-to eid set, use the src eid
   384     if (reply_eid_name == NULL)
   384     if (*reply_eid_name == NULL)
   385         strncpy(reply_eid_name, src_eid_name, PATH_MAX);
   385         strncpy(reply_eid_name, src_eid_name, PATH_MAX);
   386     
   386     
   387     return 0;
   387     return 0;
   388 }
   388 }
   389 
   389