services: networking: Remove unbound variable reference in 'stop'.
* gnu/services/base.scm (static-networking-shepherd-service): Remove
spurious ":" in 'stop' method inadvertently introduced in commit
c9436025a9.
			
			
This commit is contained in:
		
							parent
							
								
									7fd3082522
								
							
						
					
					
						commit
						241358dc94
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2122,7 +2122,7 @@ This service is not part of @var{%base-services}." | |||
|                                              AF_INET INADDR_ANY 0))) | ||||
|                     (set-network-interface-flags sock #$interface 0) | ||||
|                     (close-port sock) | ||||
| :                    #f))) | ||||
|                     #f))) | ||||
|         (respawn? #f)))))) | ||||
| 
 | ||||
| (define (static-networking-etc-files interfaces) | ||||
|  |  | |||
		Reference in a new issue