X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fcontext_replace.c;h=b723cb43118a65bf5f0c820b1739a9b8cf307ed7;hp=541253db66309398b6591db84ebe7124ad184fc2;hb=5afa7072e3fe7fc42287e2149e1c23b363700795;hpb=945aa62b814966a1266a5524bd089a74e0999cd1 diff --git a/sbr/context_replace.c b/sbr/context_replace.c index 541253d..b723cb4 100644 --- a/sbr/context_replace.c +++ b/sbr/context_replace.c @@ -17,10 +17,6 @@ context_replace (char *key, char *value) { register struct node *np; - /* sanity check - check that context has been read */ - if (defpath == NULL) - adios (NULL, "oops, context hasn't been read yet"); - /* * If list is emtpy, allocate head of profile/context list. */