a06644d Fix potential segfault if dp_ctx is still NULL.

Authored and Committed by simo 15 years ago
    Fix potential segfault if dp_ctx is still NULL.
    
    May happen at startup if, for some reason dp is very slow to start and we
    receive a request before a reconnection is rescheduled in the responder dp
    reconnection code.
    This shouldn't happen normally so make it clear with a debug statement.