Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal plugins.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <oabad@xxxxxxxxxxxx>
Date: Mon, 31 Jan 2000 13:51:02 -0600 (CST)
oabad       2000/01/31 13:51:00 CST

  Modified files:
    .                    plugins.c 
  Log:
  In init_plugins(), before scanning PLUGIN_DIR :
  do a "stat" on PLUGIN_DIR, /usr/lib/ethereal/plugins/0.8 and
  /usr/local/lib/ethereal/plugins/0.8 and compare st_dev and st_ino to be
  sure that PLUGIN_DIR is different from the others (and not a symlink which
  would cause a "plugin found in multiple directories" warning).
  
  Revision  Changes    Path
  1.7       +14 -2     ethereal/plugins.c