]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Don't actually create an entry when storing NULL in the ptable
authorVincent Pit <vince@profvince.com>
Fri, 29 May 2009 09:52:20 +0000 (11:52 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 29 May 2009 09:52:20 +0000 (11:52 +0200)
This is actually unneeded because ptable_fetch() returns NULL when it can't find the entry. This way we can remove the short-lived ptable_delete().


No differences found