Commit 72155c6
oxcmail: fix email address and name assignment for ONEOFF_ENTRYIDs
[In caa9793, ``struct ONEOFF_ENTRYID`` was changed from storing raw pointers
to storing ``std::string``. This means that ``tmp_entryid.pdisplay_name = x``
now takes a copy, and that statement was happening too early. –jengelh]
Fixes: gromox-3.0-76-gcaa979304
References: GXH-185
Signed-off-by: umgfoin <[email protected]>1 parent fb01e4e commit 72155c6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
515 | 514 | | |
516 | | - | |
517 | 515 | | |
518 | 516 | | |
519 | 517 | | |
| |||
541 | 539 | | |
542 | 540 | | |
543 | 541 | | |
| 542 | + | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments