Browse Source

[2676] Fix FIXME

According to the notes in the review, we need to wait for the answer.
Michal 'vorner' Vaner 12 years ago
parent
commit
773d25dc86
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/bin/ddns/ddns.py.in

+ 3 - 2
src/bin/ddns/ddns.py.in

@@ -596,8 +596,9 @@ class DDNSServer:
 
         '''
         try:
-            # FIXME? Do we really need to wait for the answer here? Shouldn't
-            # this be some kind of notification instead?
+            # FIXME? Is really rpc_call the correct one? What if there are more
+            # than one recipient of the given kind? What if none? We need to
+            # think of some kind of notification/broadcast mechanism.
             self._cc.rpc_call(command, modname, params=params)
             logger.debug(TRACE_BASIC, DDNS_UPDATE_NOTIFY, modname,
                          ZoneFormatter(zname, zclass))