changeset 67 | cfe2328ba1c6 |
parent 66 | e1101c5d54a1 |
child 70 | 51693ac735a5 |
66:e1101c5d54a1 | 67:cfe2328ba1c6 |
---|---|
210 exit(1); |
210 exit(1); |
211 } |
211 } |
212 } |
212 } |
213 |
213 |
214 // if no reply-to eid set, use the local eid |
214 // if no reply-to eid set, use the local eid |
215 if (reply_eid_name == NULL) |
215 if (*reply_eid_name == 0) |
216 strncpy(reply_eid_name, local_eid_name, PATH_MAX); |
216 strncpy(reply_eid_name, local_eid_name, PATH_MAX); |
217 |
217 |
218 return DTN_SUCCESS; |
218 return DTN_SUCCESS; |
219 } |
219 } |
220 |
220 |