Code review comment for lp://staging/~diego-fmpwizard/drizzle/bug-436685

Revision history for this message
Jay Pipes (jaypipes) wrote :

Just a tiny style thing, Diego:

23 + /**
24 + * We could end up here with net->vio == NULL
25 + * See LP bug#436685
26 + * If that is the case, we exit the while loop
27 + */
28 + if (net->vio == NULL)
29 + break;
30 +

We use doxygenized comments only in function headers or when marking things like @todo...

:)

« Back to merge proposal