|
Line 0
Link Here
|
|
|
1 |
--- imap/lmtpd.c.orig 2017-05-15 05:43:30 UTC |
| 2 |
+++ imap/lmtpd.c |
| 3 |
@@ -392,6 +392,8 @@ static int mlookup(const char *name, char **server, ch |
| 4 |
char *c; |
| 5 |
struct mboxlist_entry mbentry; |
| 6 |
|
| 7 |
+ if (server) *server = NULL; |
| 8 |
+ |
| 9 |
/* do a local lookup and kick the slave if necessary */ |
| 10 |
r = mboxlist_lookup(name, &mbentry, tid); |
| 11 |
if (r == IMAP_MAILBOX_NONEXISTENT && config_mupdate_server) { |