# HG changeset patch
# User Damien Riegel <[email protected]>
# Date 1462473681 14400
# Thu May 05 14:41:21 2016 -0400
# Node ID 183218d2f244e219153d983e1f97c99190168d19
# Parent b19b728079b6f5c5c3aea4a099a7c484b8bd731b
pop: populate open callback
Reuse pop_open_mailbox for open callback in mx_pop_ops.
diff -r b19b728079b6 -r 183218d2f244 pop.c
--- a/pop.c Thu May 05 14:44:14 2016 -0400
+++ b/pop.c Thu May 05 14:41:21 2016 -0400
@@ -403,6 +403,7 @@
struct mx_ops mx_pop_ops = {
.probe = pop_probe,
+ .open = pop_open_mailbox,
.close = pop_close_mailbox,
};