~donmcc/ood

cbf60d390963507bb1727246787ceafdb4360bce — Don McCaughey 10 months ago 4225005
Update example in comment to match current usage.

The comment before the `sa` union declaration was missing a call to
`sa_update()`.
1 files changed, 1 insertions(+), 0 deletions(-)

M src/sa/sa.h
M src/sa/sa.h => src/sa/sa.h +1 -0
@@ 42,6 42,7 @@
        socklen_t len;
        sa_prepare(&client_address, &len);
        int client_fd = accept(fd, &client_address.generic, &len);
        sa_update(&client_address);

   Because the symbol `unix` is #defined in some Unix C compilers, `sa`
   uses the name `local` for Unix domain sockets (often referred to as "local"