Changeset 869 for cherokee/trunk/cherokee/handler_nn.c
- Timestamp:
- 07/31/07 10:52:00 (1 year ago)
- Files:
-
- cherokee/trunk/cherokee/handler_nn.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/handler_nn.c
r606 r869 61 61 goto go_out; 62 62 63 while ((entry = readdir (dir)) != NULL) 64 { 63 while ((entry = readdir (dir)) != NULL) { 65 64 int dis; 66 65 … … 168 167 /* Is init? 169 168 */ 170 if (_nn_is_init) return; 169 if (_nn_is_init) 170 return; 171 171 _nn_is_init = true; 172 172 … … 177 177 178 178 PLUGIN_INFO_HANDLER_EASY_INIT (nn, http_all_methods); 179