diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-26 15:26:49 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-26 15:26:49 -0500 |
commit | decd5a7c605e42c99b6a4523c8e1833b859d9b24 (patch) | |
tree | 8b04e41ba529e840dc13f99feffa35a3966f3278 /dix/extension.c | |
parent | 9b0e72c8d960d056276f5fa93f3cc2872825711e (diff) |
registry: Rebase registry to use the server config file of protocol names.
Diffstat (limited to 'dix/extension.c')
-rw-r--r-- | dix/extension.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dix/extension.c b/dix/extension.c index 0e97976db..42fdc125f 100644 --- a/dix/extension.c +++ b/dix/extension.c @@ -60,6 +60,7 @@ SOFTWARE. #include "scrnintstr.h" #include "dispatch.h" #include "privates.h" +#include "registry.h" #include "xace.h" #define EXTENSION_BASE 128 @@ -143,6 +144,7 @@ AddExtension(char *name, int NumEvents, int NumErrors, ext->errorLast = 0; } + RegisterExtensionNames(ext); return(ext); } |